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, java.lang.String uri)
           
BayeuxClient(HttpClient client, Address address, java.lang.String uri, java.util.Timer timer)
           
 

Uses of Address in org.mortbay.jetty.client
 

Methods in org.mortbay.jetty.client that return Address
 Address HttpDestination.getAddress()
           
 Address HttpExchange.getAddress()
           
 Address HttpClient.getProxy()
           
 Address HttpDestination.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 HttpClient.setProxy(Address proxy)
           
 void HttpDestination.setProxy(Address proxy)
           
 



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