public class Hybi13Handshake extends Hybi07Handshake
MAGIC_NUMBER
allowExtensions, availableExtensions, subprotocols
Constructor and Description |
---|
Hybi13Handshake() |
Hybi13Handshake(Set<String> subprotocols, boolean allowExtensions) |
Modifier and Type | Method and Description |
---|---|
WebSocketChannel | createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool) Create the WebSocketChannel from the WebSocketHttpExchange |
protected void | handshakeInternal(WebSocketHttpExchange exchange) |
matches, solve
addExtension, getHashAlgorithm, getMagicNumber, getVersion, getWebSocketLocation, handshake, initExtensions, performUpgrade, performUpgrade, selectedExtension, selectExtensions, selectSubprotocol, supportedSubprotols, upgradeChannel
protected void handshakeInternal(WebSocketHttpExchange exchange)
handshakeInternal
in class Hybi07Handshake
public WebSocketChannel createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)
Handshake
WebSocketChannel
from the WebSocketHttpExchange
createChannel
in class Hybi07Handshake
Copyright © 2020 JBoss by Red Hat. All rights reserved.