Uses of Interface
org.cometd.client.transport.TransportListener

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

Uses of TransportListener in org.cometd.client
 

Classes in org.cometd.client that implement TransportListener
 class BayeuxClient
          When the client is started, a handshake is initialised and the call to start will block until either a successful handshake or all known servers have been tried.
 

Uses of TransportListener in org.cometd.client.transport
 

Methods in org.cometd.client.transport with parameters of type TransportListener
 void ClientTransport.init(BayeuxClient bayeux, org.eclipse.jetty.http.HttpURI uri, TransportListener listener)
           
 void LongPollingTransport.init(BayeuxClient bayeux, org.eclipse.jetty.http.HttpURI uri, TransportListener listener)
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.