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(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(WebSocketChannel channel, ConfiguredServerEndpoint config) Deprecated.static voidHandshakeUtil.setConfig(WebSocketChannel channel, ConfiguredServerEndpoint config, WebSocketHttpExchange exchange) Set theConfiguredServerEndpointwhich is used to create theWebSocketChannel.Constructors in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpointModifierConstructorDescription