Uses of Class
io.undertow.websockets.jsr.ConfiguredServerEndpoint
Packages that use ConfiguredServerEndpoint
-
Uses of ConfiguredServerEndpoint in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return types with arguments of type ConfiguredServerEndpoint -
Uses of ConfiguredServerEndpoint in io.undertow.websockets.jsr.handshake
Methods in io.undertow.websockets.jsr.handshake that return ConfiguredServerEndpointModifier and TypeMethodDescriptionstatic ConfiguredServerEndpoint
HandshakeUtil.getConfig
(io.undertow.websockets.core.WebSocketChannel channel) Returns theConfiguredServerEndpoint
which was used while create theWebSocketChannel
.Methods in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpointModifier and TypeMethodDescriptionstatic void
HandshakeUtil.setConfig
(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config) Set theConfiguredServerEndpoint
which is used to create theWebSocketChannel
.Constructors in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpointModifierConstructorDescription