|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
WebSocket.Connection.close()
WebSocket object.
WebSocketClient, configured with this
WebSocketClientFactory instance.
Future to obtain the connection.
WebSocket.onOpen(Connection) to
give the application access to the specifics of the current connection.WebSocketClient allows to create multiple connections to multiple destinations
that can speak the websocket protocol.WebSocketClientFactory.newWebSocketClient()
WebSocketClient instances
(for example, a ThreadPool, a NIO selector, etc).
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||