public class Hybi08Handshake extends Hybi07Handshake
Hybi07Handshake
that sets a different version number.allowExtensions, availableExtensions, subprotocols
MAGIC_NUMBER
Constructor | Description |
---|---|
Hybi08Handshake() |
|
Hybi08Handshake(Set<String> subprotocols,
boolean allowExtensions) |
Modifier and Type | Method | Description |
---|---|---|
WebSocketChannel |
createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
ByteBufferPool pool) |
Create the
WebSocketChannel from the WebSocketHttpExchange |
addExtension, getHashAlgorithm, getMagicNumber, getVersion, getWebSocketLocation, handshake, initExtensions, performUpgrade, performUpgrade, selectedExtension, selectExtensions, selectSubprotocol, supportedSubprotols, upgradeChannel
handshakeInternal, matches, solve
public WebSocketChannel createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)
Handshake
WebSocketChannel
from the WebSocketHttpExchange
createChannel
in class Hybi07Handshake
Copyright © 2018. All rights reserved.