Uses of Class
io.undertow.websockets.EndpointSessionHandler
Packages that use EndpointSessionHandler
-
Uses of EndpointSessionHandler in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type EndpointSessionHandlerModifierConstructorDescriptionUndertowSession(io.netty.channel.Channel channel, URI requestUri, Map<String, String> pathParameters, Map<String, List<String>> requestParameterMap, EndpointSessionHandler handler, Principal user, ObjectHandle<jakarta.websocket.Endpoint> endpoint, jakarta.websocket.EndpointConfig config, String queryString, Encoding encoding, SessionContainer openSessions, String subProtocol, List<jakarta.websocket.Extension> extensions, io.undertow.websockets.WebsocketConnectionBuilder clientConnectionBuilder, Executor executor)