Uses of Class
io.undertow.websockets.jsr.ConfiguredServerEndpoint
-
Packages that use ConfiguredServerEndpoint Package Description io.undertow.websockets.jsr io.undertow.websockets.jsr.handshake -
-
Uses of ConfiguredServerEndpoint in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return types with arguments of type ConfiguredServerEndpoint Modifier and Type Method Description List<ConfiguredServerEndpoint>ServerWebSocketContainer. getConfiguredServerEndpoints() -
Uses of ConfiguredServerEndpoint in io.undertow.websockets.jsr.handshake
Methods in io.undertow.websockets.jsr.handshake that return ConfiguredServerEndpoint Modifier and Type Method Description static ConfiguredServerEndpointHandshakeUtil. getConfig(WebSocketChannel channel)Returns theConfiguredServerEndpointwhich was used while create theWebSocketChannel.Methods in io.undertow.websockets.jsr.handshake with parameters of type ConfiguredServerEndpoint Modifier and Type Method Description static 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 ConfiguredServerEndpoint Constructor Description JsrHybi07Handshake(ConfiguredServerEndpoint config)JsrHybi08Handshake(ConfiguredServerEndpoint config)JsrHybi13Handshake(ConfiguredServerEndpoint config)
-