Modifier and Type | Method and Description |
---|---|
ServerTransport |
ServerSession.getServerTransport() |
ServerTransport |
ServerMessage.getServerTransport() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerTransport
The base class of all server transports.
|
Modifier and Type | Method and Description |
---|---|
ServerTransport |
BayeuxServerImpl.addTransport(ServerTransport transport) |
ServerTransport |
ServerMessageImpl.getServerTransport() |
ServerTransport |
ServerSessionImpl.getServerTransport() |
ServerTransport |
BayeuxServerImpl.getTransport(String transport) |
Modifier and Type | Method and Description |
---|---|
List<ServerTransport> |
BayeuxServerImpl.getTransports() |
Modifier and Type | Method and Description |
---|---|
ServerTransport |
BayeuxServerImpl.addTransport(ServerTransport transport) |
void |
ServerMessageImpl.setServerTransport(ServerTransport transport) |
void |
ServerSessionImpl.setServerTransport(ServerTransport transport) |
void |
BayeuxServerImpl.setTransports(ServerTransport... transports) |
Map<String,Object> |
ServerSessionImpl.takeAdvice(ServerTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
BayeuxServerImpl.setTransports(List<ServerTransport> 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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketTransport |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketTransport |
Copyright © 2008–2024 The CometD Project. All rights reserved.