类 org.eclipse.jetty.client.HttpExchange
的使用

使用 HttpExchange 的软件包
org.eclipse.jetty.client   
org.eclipse.jetty.client.security   
org.eclipse.jetty.client.webdav   
org.eclipse.jetty.servlets   
 

org.eclipse.jetty.clientHttpExchange 的使用
 

org.eclipse.jetty.clientHttpExchange 的子类
 class CachedExchange
          An exchange that retains response status and response headers for later use.
 class ContentExchange
          A exchange that retains response content for later use.
static class HttpExchange.CachedExchange
          已过时。 use CachedExchange instead
static class HttpExchange.ContentExchange
          已过时。 use ContentExchange instead
 

声明为 HttpExchangeorg.eclipse.jetty.client 中的字段
protected  HttpExchange AbstractHttpConnection._exchange
           
protected  HttpExchange AbstractHttpConnection._pipeline
           
 

参数类型为 HttpExchangeorg.eclipse.jetty.client 中的方法
protected  void HttpDestination.doSend(HttpExchange ex)
           
protected  void HttpDestination.exchangeExpired(HttpExchange exchange)
           
protected  void BlockingHttpConnection.exchangeExpired(HttpExchange exchange)
           
protected  void AbstractHttpConnection.exchangeExpired(HttpExchange exchange)
           
 void HttpDestination.resend(HttpExchange ex)
           
protected  void HttpDestination.send(AbstractHttpConnection connection, HttpExchange exchange)
           
 void HttpDestination.send(HttpExchange ex)
           
 void HttpClient.send(HttpExchange exchange)
           
 boolean BlockingHttpConnection.send(HttpExchange ex)
           
 boolean AsyncHttpConnection.send(HttpExchange ex)
           
 boolean AbstractHttpConnection.send(HttpExchange ex)
           
 

参数类型为 HttpExchangeorg.eclipse.jetty.client 中的构造方法
RedirectListener(HttpDestination destination, HttpExchange ex)
           
 

org.eclipse.jetty.client.securityHttpExchange 的使用
 

参数类型为 HttpExchangeorg.eclipse.jetty.client.security 中的方法
protected  String DigestAuthentication.newCnonce(HttpExchange exchange, Realm securityRealm, Map details)
           
protected  String DigestAuthentication.newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map details)
           
 void ProxyAuthorization.setCredentials(HttpExchange exchange)
          BASIC proxy authentication is of the form encoded credentials are of the form: username:password
 void DigestAuthentication.setCredentials(HttpExchange exchange)
           
 void BasicAuthentication.setCredentials(HttpExchange exchange)
          BASIC authentication is of the form encoded credentials are of the form: username:password
 void Authentication.setCredentials(HttpExchange exchange)
           
 

参数类型为 HttpExchangeorg.eclipse.jetty.client.security 中的构造方法
SecurityListener(HttpDestination destination, HttpExchange ex)
           
 

org.eclipse.jetty.client.webdavHttpExchange 的使用
 

org.eclipse.jetty.client.webdavHttpExchange 的子类
 class MkcolExchange
           
 class PropfindExchange
           
 class WebdavSupportedExchange
           
 

参数类型为 HttpExchangeorg.eclipse.jetty.client.webdav 中的构造方法
WebdavListener(HttpDestination destination, HttpExchange ex)
           
 

org.eclipse.jetty.servletsHttpExchange 的使用
 

参数类型为 HttpExchangeorg.eclipse.jetty.servlets 中的方法
protected  void ProxyServlet.customizeExchange(HttpExchange exchange, HttpServletRequest request)
          Extension point for subclasses to customize an exchange.
 



Copyright © 2013. All Rights Reserved.