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

Packages that use HttpClient
org.eclipse.jetty.client   
org.eclipse.jetty.servlets   
 

Uses of HttpClient in org.eclipse.jetty.client
 

Methods in org.eclipse.jetty.client that return HttpClient
 HttpClient HttpDestination.getHttpClient()
           
 

Methods in org.eclipse.jetty.client with parameters of type HttpClient
protected  void HttpExchange.cancelTimeout(HttpClient httpClient)
           
 

Uses of HttpClient in org.eclipse.jetty.servlets
 

Fields in org.eclipse.jetty.servlets declared as HttpClient
protected  HttpClient ProxyServlet._client
           
 

Methods in org.eclipse.jetty.servlets that return HttpClient
protected  HttpClient ProxyServlet.createHttpClient(ServletConfig config)
          Create and return an HttpClient based on ServletConfig By default this implementation will create an instance of the HttpClient for use by this proxy servlet.
 



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