Uses of Class
io.undertow.websockets.ConfiguredServerEndpoint
Packages that use ConfiguredServerEndpoint
-
Uses of ConfiguredServerEndpoint in io.undertow.websockets
Fields in io.undertow.websockets declared as ConfiguredServerEndpointModifier and TypeFieldDescriptionfinal ConfiguredServerEndpointServerWebSocketContainer.WebSocketHandshakeHolder.endpointMethods in io.undertow.websockets that return ConfiguredServerEndpointMethods in io.undertow.websockets that return types with arguments of type ConfiguredServerEndpointMethods in io.undertow.websockets with parameters of type ConfiguredServerEndpointModifier and TypeMethodDescriptionEndpointSessionHandler.connected(io.netty.channel.ChannelHandlerContext context, ConfiguredServerEndpoint config, WebSocketHttpExchange exchange, String subprotocol) ServerWebSocketContainer.handshakes(ConfiguredServerEndpoint config) ServerWebSocketContainer.handshakes(ConfiguredServerEndpoint config, List<io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker> extensions) UndertowSession.setConfiguredServerEndpoint(ConfiguredServerEndpoint configuredServerEndpoint) -
Uses of ConfiguredServerEndpoint in io.undertow.websockets.handshake
Methods in io.undertow.websockets.handshake that return ConfiguredServerEndpointModifier and TypeMethodDescriptionHandshake.getConfig()static ConfiguredServerEndpointHandshakeUtil.getConfig(UndertowSession channel) Returns theConfiguredServerEndpointMethods in io.undertow.websockets.handshake with parameters of type ConfiguredServerEndpointModifier and TypeMethodDescriptionstatic voidHandshakeUtil.setConfig(UndertowSession channel, ConfiguredServerEndpoint config) Set theConfiguredServerEndpointConstructors in io.undertow.websockets.handshake with parameters of type ConfiguredServerEndpointModifierConstructorDescriptionHandshake(ConfiguredServerEndpoint config, Set<String> subprotocols, int maxFrameSize)