Uses of Class
org.eclipse.jetty.client.HttpExchange

Packages that use HttpExchange
org.eclipse.jetty.client   
org.eclipse.jetty.client.security   
org.eclipse.jetty.client.webdav   
 

Uses of HttpExchange in org.eclipse.jetty.client
 

Subclasses of HttpExchange in org.eclipse.jetty.client
 class CachedExchange
          An exchange that caches response status and fields for later use.
 class ContentExchange
          A CachedExchange that retains all content for later use.
static class HttpExchange.CachedExchange
          Deprecated. use CachedExchange
static class HttpExchange.ContentExchange
          Deprecated. use ContentExchange
 

Methods in org.eclipse.jetty.client with parameters of type HttpExchange
protected  void HttpDestination.doSend(HttpExchange ex)
           
 void HttpDestination.resend(HttpExchange ex)
           
 void HttpClient.send(HttpExchange exchange)
           
 boolean HttpConnection.send(HttpExchange ex)
           
 void HttpDestination.send(HttpExchange ex)
           
 

Uses of HttpExchange in org.eclipse.jetty.client.security
 

Methods in org.eclipse.jetty.client.security with parameters of type HttpExchange
protected  String DigestAuthorization.newCnonce(HttpExchange exchange, Realm securityRealm, Map details)
           
protected  String DigestAuthorization.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 BasicAuthorization.setCredentials(HttpExchange exchange)
          BASIC authentication is of the form encoded credentials are of the form: username:password
 void DigestAuthorization.setCredentials(HttpExchange exchange)
           
 void Authorization.setCredentials(HttpExchange exchange)
           
 

Constructors in org.eclipse.jetty.client.security with parameters of type HttpExchange
SecurityListener(HttpDestination destination, HttpExchange ex)
           
 

Uses of HttpExchange in org.eclipse.jetty.client.webdav
 

Subclasses of HttpExchange in org.eclipse.jetty.client.webdav
 class MkcolExchange
           
 class PropfindExchange
           
 class WebdavSupportedExchange
           
 

Constructors in org.eclipse.jetty.client.webdav with parameters of type HttpExchange
WebdavListener(HttpDestination destination, HttpExchange ex)
           
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.