|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.client.HttpExchange
org.mortbay.jetty.client.webdav.PropfindExchange
public class PropfindExchange
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.mortbay.jetty.client.HttpExchange |
---|
HttpExchange.CachedExchange, HttpExchange.ContentExchange |
Field Summary |
---|
Fields inherited from class org.mortbay.jetty.client.HttpExchange |
---|
STATUS_COMPLETED, STATUS_EXCEPTED, STATUS_EXPIRED, STATUS_PARSING_CONTENT, STATUS_PARSING_HEADERS, STATUS_SENDING_REQUEST, STATUS_START, STATUS_WAITING_FOR_COMMIT, STATUS_WAITING_FOR_CONNECTION, STATUS_WAITING_FOR_RESPONSE |
Constructor Summary | |
---|---|
PropfindExchange()
|
Method Summary | |
---|---|
boolean |
exists()
|
protected void |
onResponseStatus(org.mortbay.io.Buffer version,
int status,
org.mortbay.io.Buffer reason)
Called when a response status line has been received. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropfindExchange()
Method Detail |
---|
protected void onResponseStatus(org.mortbay.io.Buffer version, int status, org.mortbay.io.Buffer reason) throws java.io.IOException
HttpExchange
onResponseStatus
in class HttpExchange
version
- HTTP versionstatus
- HTTP status codereason
- HTTP status code reason string
java.io.IOException
public boolean exists()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |