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 java.util.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(io.undertow.websockets.core.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(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config)Deprecated.static voidHandshakeUtil. setConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config, io.undertow.websockets.spi.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)
-