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 HttpExchange.getAddress()
           
 Address HttpDestination.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 HttpClient.getProxy()
           
 Address HttpDestination.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 HttpClient.setProxy(Address proxy)
           
 void HttpDestination.setProxy(Address proxy)
           
 



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