Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.server | |
org.cometd.server.http | |
org.cometd.server.websocket.common | |
org.cometd.server.websocket.javax | |
org.cometd.server.websocket.jetty |
Modifier and Type | Method and Description |
---|---|
BayeuxContext |
ServerMessage.getBayeuxContext() |
Modifier and Type | Method and Description |
---|---|
BayeuxContext |
ServerMessageImpl.getBayeuxContext() |
Modifier and Type | Method and Description |
---|---|
void |
ServerMessageImpl.setBayeuxContext(BayeuxContext context) |
Modifier and Type | Field and Description |
---|---|
protected BayeuxContext |
AbstractHttpTransport.Context.bayeuxContext |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBayeuxContext |
Constructor and Description |
---|
AbstractWebSocketEndPoint(AbstractWebSocketTransport transport,
BayeuxContext context) |
Modifier and Type | Method and Description |
---|---|
protected Object |
WebSocketTransport.newWebSocketEndPoint(BayeuxContext bayeuxContext) |
Constructor and Description |
---|
WebSocketEndPoint(AbstractWebSocketTransport transport,
BayeuxContext bayeuxContext) |
Modifier and Type | Method and Description |
---|---|
protected Object |
JettyWebSocketTransport.newWebSocketEndPoint(BayeuxContext bayeuxContext) |
Constructor and Description |
---|
JettyWebSocketEndPoint(JettyWebSocketTransport transport,
BayeuxContext context) |
Copyright © 2008–2024 The CometD Project. All rights reserved.