Class Hybi13Handshake
- java.lang.Object
-
- io.undertow.websockets.core.protocol.Handshake
-
- io.undertow.websockets.core.protocol.version07.Hybi07Handshake
-
- io.undertow.websockets.core.protocol.version13.Hybi13Handshake
-
public class Hybi13Handshake extends Hybi07Handshake
The handshaking protocol implementation for Hybi-13.- Author:
- Mike Brock, Stuart Douglas
-
-
Field Summary
-
Fields inherited from class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
MAGIC_NUMBER
-
Fields inherited from class io.undertow.websockets.core.protocol.Handshake
allowExtensions, availableExtensions, subprotocols
-
-
Constructor Summary
Constructors Constructor Description Hybi13Handshake()Hybi13Handshake(Set<String> subprotocols, boolean allowExtensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketChannelcreateChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)Create theWebSocketChannelfrom theWebSocketHttpExchangeprotected voidhandshakeInternal(WebSocketHttpExchange exchange)-
Methods inherited from class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
matches, solve
-
Methods inherited from class io.undertow.websockets.core.protocol.Handshake
addExtension, getHashAlgorithm, getMagicNumber, getVersion, getWebSocketLocation, handshake, initExtensions, performUpgrade, performUpgrade, selectedExtension, selectExtensions, selectSubprotocol, supportedSubprotols, upgradeChannel
-
-
-
-
Method Detail
-
handshakeInternal
protected void handshakeInternal(WebSocketHttpExchange exchange)
- Overrides:
handshakeInternalin classHybi07Handshake
-
createChannel
public WebSocketChannel createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)
Description copied from class:HandshakeCreate theWebSocketChannelfrom theWebSocketHttpExchange- Overrides:
createChannelin classHybi07Handshake
-
-