Class HandshakeUtil
- java.lang.Object
-
- io.undertow.websockets.jsr.handshake.HandshakeUtil
-
public final class HandshakeUtil extends java.lang.ObjectInternal util class for handshaking- Author:
- Norman Maurer
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<java.util.Map<java.lang.String,java.lang.String>>PATH_PARAMSstatic io.undertow.util.AttachmentKey<java.security.Principal>PRINCIPAL
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancheckOrigin(jakarta.websocket.server.ServerEndpointConfig config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Checks the orgin against thestatic ConfiguredServerEndpointgetConfig(io.undertow.websockets.core.WebSocketChannel channel)Returns theConfiguredServerEndpointwhich was used while create theWebSocketChannel.static voidprepareUpgrade(jakarta.websocket.server.ServerEndpointConfig config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Prepare for upgradestatic voidpropagate(io.undertow.server.HttpServerExchange source, io.undertow.servlet.websockets.ServletWebSocketHttpExchange target)static voidsetConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config)Deprecated.static voidsetConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Set theConfiguredServerEndpointwhich is used to create theWebSocketChannel.
-
-
-
Method Detail
-
checkOrigin
public static boolean checkOrigin(jakarta.websocket.server.ServerEndpointConfig config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Checks the orgin against the
-
prepareUpgrade
public static void prepareUpgrade(jakarta.websocket.server.ServerEndpointConfig config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Prepare for upgrade
-
setConfig
public static void setConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config, io.undertow.websockets.spi.WebSocketHttpExchange exchange)Set theConfiguredServerEndpointwhich is used to create theWebSocketChannel.
-
setConfig
@Deprecated public static void setConfig(io.undertow.websockets.core.WebSocketChannel channel, ConfiguredServerEndpoint config)Deprecated.Set theConfiguredServerEndpointwhich is used to create theWebSocketChannel.
-
getConfig
public static ConfiguredServerEndpoint getConfig(io.undertow.websockets.core.WebSocketChannel channel)
Returns theConfiguredServerEndpointwhich was used while create theWebSocketChannel.
-
propagate
public static void propagate(io.undertow.server.HttpServerExchange source, io.undertow.servlet.websockets.ServletWebSocketHttpExchange target)
-
-