Package io.undertow.websockets
Class EndpointSessionHandler
java.lang.Object
io.undertow.websockets.EndpointSessionHandler
implementation which will setuo the
UndertowSession and notify
the Endpoint about the new session.- Author:
- Norman Maurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnected(io.netty.channel.ChannelHandlerContext context, ConfiguredServerEndpoint config, WebSocketHttpExchange exchange, String subprotocol)
-
Constructor Details
-
EndpointSessionHandler
-
-
Method Details
-
connected
public UndertowSession connected(io.netty.channel.ChannelHandlerContext context, ConfiguredServerEndpoint config, WebSocketHttpExchange exchange, String subprotocol)
-