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