Uses of Class
org.cometd.client.transport.ClientTransport
Package | Description |
---|---|
org.cometd.client | |
org.cometd.client.transport |
-
Uses of ClientTransport in org.cometd.client
Methods in org.cometd.client that return ClientTransport Modifier and Type Method Description ClientTransport
BayeuxClient. getTransport()
ClientTransport
BayeuxClient. getTransport(String transport)
Constructors in org.cometd.client with parameters of type ClientTransport Constructor Description 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, 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.transport Modifier and Type Class Description class
HttpClientTransport
Fields in org.cometd.client.transport declared as ClientTransport Modifier and Type Field Description ClientTransport
ClientTransport.FailureInfo. transport
Methods in org.cometd.client.transport that return ClientTransport Modifier and Type Method Description ClientTransport
TransportRegistry. getTransport(String transport)
ClientTransport
ClientTransport.Factory. newClientTransport(String url, Map<String,Object> options)
Methods in org.cometd.client.transport that return types with arguments of type ClientTransport Modifier and Type Method Description List<ClientTransport>
TransportRegistry. negotiate(Object[] requestedTransports, String bayeuxVersion)
Methods in org.cometd.client.transport with parameters of type ClientTransport Modifier and Type Method Description void
TransportRegistry. add(ClientTransport transport)