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 ConfiguredServerEndpointHandshakeUtil.getConfig(io.undertow.websockets.core.WebSocketChannel channel) Returns theConfiguredServerEndpointwhich was used while create theWebSocketChannel.Methods in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpointModifier and TypeMethodDescriptionstatic voidHandshakeUtil.setConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config) Set theConfiguredServerEndpointwhich is used to create theWebSocketChannel.Constructors in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpointModifierConstructorDescription