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

Packages that use Address
org.eclipse.jetty.client   
 

Uses of Address in org.eclipse.jetty.client
 

Methods in org.eclipse.jetty.client that return Address
static Address Address.from(String hostAndPort)
           
 Address HttpDestination.getAddress()
           
 Address HttpExchange.getAddress()
           
 Address HttpExchange.getLocalAddress()
          the local address used by the connection Note: this method will not be populated unless the exchange has been executed by the HttpClient
 Address HttpDestination.getProxy()
           
 Address HttpClient.getProxy()
           
 

Methods in org.eclipse.jetty.client with parameters of type Address
 HttpDestination HttpClient.getDestination(Address remote, boolean ssl)
           
 void HttpExchange.setAddress(Address address)
           
 void HttpDestination.setProxy(Address proxy)
           
 void HttpClient.setProxy(Address proxy)
           
 



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