Package | Description |
---|---|
org.cometd.client | |
org.cometd.client.transport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
BayeuxClient.getTransport() |
ClientTransport |
BayeuxClient.getTransport(String transport) |
Constructor and Description |
---|
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). |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransport |
class |
LongPollingTransport |
Modifier and Type | Field and Description |
---|---|
ClientTransport |
ClientTransport.FailureInfo.transport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
TransportRegistry.getTransport(String transport) |
ClientTransport |
LongPollingTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
ClientTransport |
ClientTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
List<ClientTransport> |
TransportRegistry.negotiate(Object[] requestedTransports,
String bayeuxVersion) |
Modifier and Type | Method and Description |
---|---|
void |
TransportRegistry.add(ClientTransport transport) |
Copyright © 2008–2016 The CometD Project. All rights reserved.