Modifier and Type | Method and Description |
---|---|
protected List<Handshake> | WebSocketServlet.handshakes() |
Constructor and Description |
---|
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, HttpUpgradeListener callback) Create a new WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, HttpUpgradeListener callback, HttpHandler next) Create a new WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback) Create a new WebSocketProtocolHandshakeHandler |
WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next) Create a new WebSocketProtocolHandshakeHandler |
Modifier and Type | Class and Description |
---|---|
class | Hybi07Handshake The handshaking protocol implementation for Hybi-07. |
Modifier and Type | Class and 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 and Description |
---|---|
class | Hybi13Handshake The handshaking protocol implementation for Hybi-13. |
Modifier and Type | Class and Description |
---|---|
class | JsrHybi07Handshake Hybi07Handshake sub-class which takes care of match against the ServerEndpointConfig and stored the config in the attributes for later usage. |
class | JsrHybi08Handshake Hybi08Handshake sub-class which takes care of match against the ServerEndpointConfig and stored the config in the attributes for later usage. |
class | JsrHybi13Handshake Hybi13Handshake sub-class which takes care of match against the ServerEndpointConfig and stored the config in the attributes for later usage. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.