Uses of Class
org.cometd.client.transport.ClientTransport

Packages that use ClientTransport
org.cometd.client   
org.cometd.client.transport   
 

Uses of ClientTransport in org.cometd.client
 

Constructors in org.cometd.client with parameters of type ClientTransport
BayeuxClient(String url, ClientTransport transport, ClientTransport... transports)
          Creates a BayeuxClient that will connect to the Bayeux server at the given URL and with the given transport(s).
BayeuxClient(String url, ClientTransport transport, ClientTransport... transports)
          Creates a BayeuxClient that will connect to the Bayeux server at the given URL and with the given transport(s).
BayeuxClient(String url, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)
          Creates a BayeuxClient that will connect to the Bayeux server at the given URL, with the given scheduler and with the given transport(s).
BayeuxClient(String url, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)
          Creates a BayeuxClient that will connect to the Bayeux server at the given URL, with the given scheduler and with the given transport(s).
 

Uses of ClientTransport in org.cometd.client.transport
 

Subclasses of ClientTransport in org.cometd.client.transport
 class HttpClientTransport
           
 class LongPollingTransport
           
 

Methods in org.cometd.client.transport that return ClientTransport
 ClientTransport TransportRegistry.getTransport(String transport)
           
 

Methods in org.cometd.client.transport that return types with arguments of type ClientTransport
 List<ClientTransport> TransportRegistry.negotiate(Object[] requestedTransports, String bayeuxVersion)
           
 

Methods in org.cometd.client.transport with parameters of type ClientTransport
 void TransportRegistry.add(ClientTransport transport)
           
 



Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.