|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.client.HttpExchange
org.eclipse.jetty.client.webdav.PropfindExchange
public class PropfindExchange
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jetty.client.HttpExchange |
|---|
HttpExchange.CachedExchange, HttpExchange.ContentExchange |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.client.HttpExchange |
|---|
STATUS_CANCELLED, STATUS_CANCELLING, 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(Buffer version,
int status,
Buffer reason)
Callback called when a response status line has been received from the server. |
| 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(Buffer version,
int status,
Buffer reason)
throws IOException
HttpExchange
onResponseStatus in class HttpExchangeversion - the HTTP versionstatus - the HTTP status codereason - the HTTP status reason string
IOException - allowed to be thrown by overriding codepublic boolean exists()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||