WebSocket |
WebSocketEngine.getWebSocket(Connection connection)
Get the WebSocket associated with the Grizzly Connection, or null, if there none is
associated.
|
WebSocketEngine.WebSocketHolder |
WebSocketEngine.getWebSocketHolder(Connection connection) |
HandShake |
ProtocolHandler.handshake(Connection connection,
WebSocketApplication app,
WebSocketRequest request) |
void |
Connection.CloseListener.onClose(Connection connection) |
void |
ProtocolHandler.setConnection(Connection handler) |
WebSocketEngine.WebSocketHolder |
WebSocketEngine.setWebSocketHolder(Connection connection,
ProtocolHandler handler,
WebSocket socket) |
boolean |
WebSocketEngine.upgrade(Connection connection,
WebSocketRequest request) |
boolean |
WebSocketEngine.webSocketInProgress(Connection connection)
|