org.eclipse.jetty.client.webdav
类 WebdavSupportedExchange
java.lang.Object
org.eclipse.jetty.client.HttpExchange
org.eclipse.jetty.client.webdav.WebdavSupportedExchange
public class WebdavSupportedExchange
- extends HttpExchange
| 从类 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 |
| 从类 org.eclipse.jetty.client.HttpExchange 继承的方法 |
addRequestHeader, addRequestHeader, cancel, cancelTimeout, configureListeners, expire, getAddress, getEventListener, getLocalAddress, getMethod, getRequestContent, getRequestContentChunk, getRequestContentSource, getRequestFields, getRequestURI, getRetryStatus, getScheme, getStatus, getTimeout, getURI, getVersion, isDone, isDone, onConnectionFailed, onException, onExpire, onRequestCommitted, onRequestComplete, onResponseContent, onResponseHeaderComplete, onResponseStatus, onRetry, onSwitchProtocol, reset, scheduleTimeout, setAddress, setConfigureListeners, setEventListener, setMethod, setRequestContent, setRequestContentSource, setRequestContentType, setRequestHeader, setRequestHeader, setRequestURI, setRetryStatus, setScheme, setScheme, setTimeout, setURI, setURI, setURL, setVersion, setVersion, toState, toString, waitForDone, waitForStatus |
WebdavSupportedExchange
public WebdavSupportedExchange()
onResponseHeader
protected void onResponseHeader(Buffer name,
Buffer value)
throws IOException
- 从类
HttpExchange 复制的描述
- Callback called for each response header received from the server. This implementation does nothing.
- 覆盖:
- 类
HttpExchange 中的 onResponseHeader
- 参数:
name - the header namevalue - the header value
- 抛出:
IOException - allowed to be thrown by overriding code
waitTilCompletion
public void waitTilCompletion()
throws InterruptedException
- 抛出:
InterruptedException
onResponseComplete
protected void onResponseComplete()
throws IOException
- 从类
HttpExchange 复制的描述
- Callback called when the entire response has been received from the server This implementation does nothing.
- 覆盖:
- 类
HttpExchange 中的 onResponseComplete
- 抛出:
IOException - allowed to be thrown by overriding code
isWebdavSupported
public boolean isWebdavSupported()
Copyright © 2013. All Rights Reserved.