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
 

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

Uses of Address in org.mortbay.jetty.client
 

Methods in org.mortbay.jetty.client that return Address
 Address HttpExchange.getAddress()
           
 Address HttpDestination.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-2008 Mort Bay Consulting. All Rights Reserved.