Uses of Class
org.cometd.client.transport.ClientTransport
Packages that use ClientTransport
-
Uses of ClientTransport in org.cometd.client
Methods in org.cometd.client that return ClientTransportModifier and TypeMethodDescriptionBayeuxClient.getTransport()
BayeuxClient.getTransport
(String transport) Constructors in org.cometd.client with parameters of type ClientTransportModifierConstructorDescriptionBayeuxClient
(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, ClientTransport transport, ClientTransport... transports) Creates a BayeuxClient that will connect to the Bayeux server at the given URL and with the given transport(s). -
Uses of ClientTransport in org.cometd.client.transport
Subclasses of ClientTransport in org.cometd.client.transportFields in org.cometd.client.transport declared as ClientTransportMethods in org.cometd.client.transport that return ClientTransportModifier and TypeMethodDescriptionTransportRegistry.getTransport
(String transport) ClientTransport.Factory.newClientTransport
(String url, Map<String, Object> options) Methods in org.cometd.client.transport that return types with arguments of type ClientTransportModifier and TypeMethodDescriptionMethods in org.cometd.client.transport with parameters of type ClientTransport