public interface WebSocketConnectionCallback
Modifier and Type | Method | Description |
---|---|---|
void |
onConnect(WebSocketHttpExchange exchange,
WebSocketChannel channel) |
Is called once the WebSocket connection is established, which means the handshake was successful.
|
void onConnect(WebSocketHttpExchange exchange, WebSocketChannel channel)
Copyright © 2018. All rights reserved.