public class UtWsConnectionCallback extends Object implements io.undertow.websockets.WebSocketConnectionCallback
| Constructor and Description |
|---|
UtWsConnectionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
io.undertow.websockets.core.WebSocketChannel channel) |
void |
onHandshake(io.undertow.websockets.spi.WebSocketHttpExchange exchange) |
public void onHandshake(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
public void onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
io.undertow.websockets.core.WebSocketChannel channel)
onConnect in interface io.undertow.websockets.WebSocketConnectionCallbackCopyright © 2025. All rights reserved.