Uses of Class
io.undertow.websockets.UndertowSession
Packages that use UndertowSession
Package
Description
-
Uses of UndertowSession in io.undertow.websockets
Methods in io.undertow.websockets that return UndertowSessionModifier and TypeMethodDescriptionEndpointSessionHandler.connected(io.netty.channel.ChannelHandlerContext context, ConfiguredServerEndpoint config, WebSocketHttpExchange exchange, String subprotocol) UndertowSession.setConfiguredServerEndpoint(ConfiguredServerEndpoint configuredServerEndpoint) Methods in io.undertow.websockets with parameters of type UndertowSessionModifier and TypeMethodDescriptionvoidServerWebSocketContainer.invokeEndpointMethod(Runnable invocation, UndertowSession session) Directly invokes an endpoint method, without dispatching to an executorvoidServerWebSocketContainer.invokeEndpointMethod(Executor executor, Runnable invocation, UndertowSession session) Runs a web socket invocation, setting up the threads and dispatching a thread pool -
Uses of UndertowSession in io.undertow.websockets.handshake
Methods in io.undertow.websockets.handshake with parameters of type UndertowSessionModifier and TypeMethodDescriptionstatic ConfiguredServerEndpointHandshakeUtil.getConfig(UndertowSession channel) Returns theConfiguredServerEndpointstatic voidHandshakeUtil.setConfig(UndertowSession channel, ConfiguredServerEndpoint config) Set theConfiguredServerEndpoint -
Uses of UndertowSession in io.undertow.websockets.util
Methods in io.undertow.websockets.util with parameters of type UndertowSessionModifier and TypeMethodDescriptionContextSetupHandler.Action.call(C context, UndertowSession session)