Package | Description |
---|---|
ratpack.websocket |
Modifier and Type | Method and Description |
---|---|
WebSocket |
WebSocketMessage.getConnection() |
Modifier and Type | Method and Description |
---|---|
T |
WebSocketHandler.onOpen(WebSocket webSocket) |
Modifier and Type | Method and Description |
---|---|
static <T> WebSocketBuilder<T> |
WebSockets.websocket(Context context,
Transformer<WebSocket,T> openAction) |