Constructor | Description |
---|---|
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes,
HttpUpgradeListener callback) |
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes,
HttpUpgradeListener callback,
HttpHandler next) |
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes,
WebSocketConnectionCallback callback) |
Create a new
WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(java.util.Collection<Handshake> handshakes,
WebSocketConnectionCallback callback,
HttpHandler next) |
Create a new
WebSocketProtocolHandshakeHandler |
Modifier and Type | Class | Description |
---|---|---|
class |
Hybi07Handshake |
The handshaking protocol implementation for Hybi-07.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Hybi08Handshake |
The handshaking protocol implementation for Hybi-07, which is identical to Hybi-08, and thus is just a thin
subclass of
Hybi07Handshake that sets a different version number. |
Modifier and Type | Class | Description |
---|---|---|
class |
Hybi13Handshake |
The handshaking protocol implementation for Hybi-13.
|
Copyright © 2018. All rights reserved.