Uses of Class
org.cometd.client.transport.ClientTransport
Package
Description
-
Uses of ClientTransport in org.cometd.client
Modifier and TypeMethodDescriptionBayeuxClient.getTransport()
BayeuxClient.getTransport
(String transport) ModifierConstructorDescriptionBayeuxClient
(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.http.common
-
Uses of ClientTransport in org.cometd.client.http.jetty
Modifier and TypeMethodDescriptionJettyHttpClientTransport.Factory.newClientTransport
(String url, Map<String, Object> options) -
Uses of ClientTransport in org.cometd.client.http.okhttp
Modifier and TypeMethodDescriptionOkHttpClientTransport.Factory.newClientTransport
(String url, Map<String, Object> options) -
Uses of ClientTransport in org.cometd.client.transport
Modifier and TypeMethodDescriptionTransportRegistry.getTransport
(String transport) ClientTransport.Factory.newClientTransport
(String url, Map<String, Object> options) Modifier and TypeMethodDescription -
Uses of ClientTransport in org.cometd.client.websocket.common
-
Uses of ClientTransport in org.cometd.client.websocket.jakarta
Modifier and TypeMethodDescriptionWebSocketTransport.Factory.newClientTransport
(String url, Map<String, Object> options) -
Uses of ClientTransport in org.cometd.client.websocket.jetty
Modifier and TypeMethodDescriptionJettyWebSocketTransport.Factory.newClientTransport
(String url, Map<String, Object> options) -
Uses of ClientTransport in org.cometd.client.websocket.okhttp
Modifier and TypeMethodDescriptionOkHttpWebSocketTransport.Factory.newClientTransport
(String url, Map<String, Object> options) -
Uses of ClientTransport in org.cometd.oort
Modifier and TypeMethodDescriptionprotected OortComet
Oort.newOortComet
(String cometURL, ClientTransport transport, ClientTransport[] otherTransports) ModifierConstructorDescriptionOortComet
(Oort oort, String cometURL, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)