public final class EndpointSessionHandler extends Object implements io.undertow.websockets.WebSocketConnectionCallback
WebSocketConnectionCallback
implementation which will setuo the UndertowSession
and notify
the Endpoint
about the new session.Constructor and Description |
---|
EndpointSessionHandler(ServerWebSocketContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
io.undertow.websockets.core.WebSocketChannel channel) |
public EndpointSessionHandler(ServerWebSocketContainer container)
Copyright © 2017. All rights reserved.