public class UtWsConnectionCallback
extends java.lang.Object
implements io.undertow.websockets.WebSocketConnectionCallback
构造器和说明 |
---|
UtWsConnectionCallback() |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 io.undertow.websockets.WebSocketConnectionCallback