public interface WebSocketConnectionCallback
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.