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 |
AbstractHttpClientTransport |
Modifier and Type | Class and Description |
---|---|
class |
JettyHttpClientTransport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
JettyHttpClientTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Class and Description |
---|---|
class |
OkHttpClientTransport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
OkHttpClientTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransport |
Modifier and Type | Field and Description |
---|---|
ClientTransport |
ClientTransport.FailureInfo.transport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
TransportRegistry.getTransport(String transport) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketTransport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
WebSocketTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketTransport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
JettyWebSocketTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Class and Description |
---|---|
class |
OkHttpWebSocketTransport |
Modifier and Type | Method and Description |
---|---|
ClientTransport |
OkHttpWebSocketTransport.Factory.newClientTransport(String url,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
protected OortComet |
Oort.newOortComet(String cometURL,
ClientTransport transport,
ClientTransport[] otherTransports) |
protected OortComet |
Oort.newOortComet(String cometURL,
ClientTransport transport,
ClientTransport[] otherTransports) |
Constructor and Description |
---|
OortComet(Oort oort,
String cometURL,
ScheduledExecutorService scheduler,
ClientTransport transport,
ClientTransport... transports) |
OortComet(Oort oort,
String cometURL,
ScheduledExecutorService scheduler,
ClientTransport transport,
ClientTransport... transports) |
Copyright © 2008–2024 The CometD Project. All rights reserved.