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 继承的嵌套类/接口
HttpExchange.CachedExchange, HttpExchange.ContentExchange
 
字段摘要
 
从类 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
 
构造方法摘要
WebdavSupportedExchange()
           
 
方法摘要
 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()
           
 
从类 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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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 name
value - 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.