public class Hybi08Handshake extends Hybi07Handshake
Hybi07Handshake that sets a different version number.allowExtensions, MAGIC_NUMBERsubprotocols| Constructor and Description |
|---|
Hybi08Handshake() |
Hybi08Handshake(Set<String> subprotocols,
boolean allowExtensions) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketChannel |
createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
org.xnio.Pool<ByteBuffer> pool)
Create the
WebSocketChannel from the HttpServerExchange |
handshakeInternal, matches, solvegetHashAlgorithm, getMagicNumber, getVersion, getWebSocketLocation, handshake, performUpgrade, performUpgrade, selectSubprotocol, supportedSubprotols, upgradeChannelpublic WebSocketChannel createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, org.xnio.Pool<ByteBuffer> pool)
HandshakeWebSocketChannel from the HttpServerExchangecreateChannel in class Hybi07HandshakeCopyright © 2013 JBoss by Red Hat. All Rights Reserved.