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 retains response status and response headers for later use.
 class ContentExchange
          A exchange that retains response content for later use.
static class HttpExchange.CachedExchange
          Deprecated. use CachedExchange instead
static class HttpExchange.ContentExchange
          Deprecated. use ContentExchange instead
 

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

Constructors in org.eclipse.jetty.client with parameters of type HttpExchange
RedirectListener(HttpDestination destination, 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 DigestAuthentication.newCnonce(HttpExchange exchange, Realm securityRealm, Map details)
           
protected  String DigestAuthentication.newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map details)
           
 void Authentication.setCredentials(HttpExchange exchange)
           
 void BasicAuthentication.setCredentials(HttpExchange exchange)
          BASIC authentication is of the form encoded credentials are of the form: username:password
 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)
           
 

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-2011 Mort Bay Consulting. All Rights Reserved.