|
||||||||||
| 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.WebdavSupportedExchange
public class WebdavSupportedExchange
| 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 | |
|---|---|
WebdavSupportedExchange()
|
|
| Method Summary | |
|---|---|
boolean |
isWebdavSupported()
|
protected void |
onResponseComplete()
Callback called when the entire response has been received from the server This implementation does nothing. |
protected void |
onResponseHeader(Buffer name,
Buffer value)
Callback called for each response header received from the server. |
void |
waitTilCompletion()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebdavSupportedExchange()
| Method Detail |
|---|
protected void onResponseHeader(Buffer name,
Buffer value)
throws java.io.IOException
HttpExchange
onResponseHeader in class HttpExchangename - the header namevalue - the header value
java.io.IOException - allowed to be thrown by overriding code
public void waitTilCompletion()
throws java.lang.InterruptedException
java.lang.InterruptedException
protected void onResponseComplete()
throws java.io.IOException
HttpExchange
onResponseComplete in class HttpExchangejava.io.IOException - allowed to be thrown by overriding codepublic boolean isWebdavSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||