Modifier and Type | Method and Description |
---|---|
Transport |
Bayeux.getTransport(String transport) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerTransport
Server side extension of a Bayeux transport.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientTransport |
Modifier and Type | Class and Description |
---|---|
class |
JettyHttpClientTransport |
Modifier and Type | Class and Description |
---|---|
class |
OkHttpClientTransport |
Modifier and Type | Class and Description |
---|---|
class |
ClientTransport
ClientTransport s are used by BayeuxClient to send and receive Bayeux messages. |
class |
HttpClientTransport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
OkHttpWebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerTransport
The base class of all server transports.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpTransport
HTTP ServerTransport base class, used by ServerTransports that use
HTTP as transport or to initiate a transport connection.
|
class |
AbstractStreamHttpTransport
The base class for HTTP transports that use blocking stream I/O.
|
class |
AsyncJSONTransport |
class |
JSONPTransport |
class |
JSONTransport |
Copyright © 2008–2024 The CometD Project. All rights reserved.