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

Packages that use Address
org.mortbay.cometd.client   
org.mortbay.jetty.client   
 

Uses of Address in org.mortbay.cometd.client
 

Fields in org.mortbay.cometd.client declared as Address
protected  Address BayeuxClient._cometdAddress
           
 

Constructors in org.mortbay.cometd.client with parameters of type Address
BayeuxClient(HttpClient client, Address address, java.lang.String uri)
           
BayeuxClient(HttpClient client, Address address, java.lang.String path, java.util.Timer timer)
           
 

Uses of Address in org.mortbay.jetty.client
 

Methods in org.mortbay.jetty.client that return Address
static Address Address.from(java.lang.String hostAndPort)
           
 Address HttpDestination.getAddress()
           
 Address HttpExchange.getAddress()
           
 Address HttpDestination.getProxy()
           
 Address HttpClient.getProxy()
           
 

Methods in org.mortbay.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-2010 Mort Bay Consulting. All Rights Reserved.