|
||||||||||
| 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.WebdavSupportedExchange
public class WebdavSupportedExchange
| 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 | |
|---|---|
WebdavSupportedExchange()
|
|
| Method Summary | |
|---|---|
boolean |
isWebdavSupported()
|
protected void |
onResponseComplete()
Called when the entire response has been received |
protected void |
onResponseHeader(Buffer name,
Buffer value)
Called for each response header received |
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 - header namevalue - header value
java.io.IOException
public void waitTilCompletion()
throws java.lang.InterruptedException
java.lang.InterruptedException
protected void onResponseComplete()
throws java.io.IOException
HttpExchange
onResponseComplete in class HttpExchangejava.io.IOExceptionpublic boolean isWebdavSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||