Uses of Class
io.undertow.websockets.SessionContainer
Packages that use SessionContainer
-
Uses of SessionContainer in io.undertow.websockets
Subclasses of SessionContainer in io.undertow.websocketsConstructors in io.undertow.websockets with parameters of type SessionContainerModifierConstructorDescriptionUndertowSession(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)