| 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  | Hybi07HandshakeThe handshaking protocol implementation for Hybi-07. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Hybi08HandshakeThe handshaking protocol implementation for Hybi-07, which is identical to Hybi-08, and thus is just a thin subclass of  Hybi07Handshakethat sets a different version number. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Hybi13HandshakeThe handshaking protocol implementation for Hybi-13. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsrHybi07HandshakeHybi07Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage. | 
| class  | JsrHybi08HandshakeHybi08Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage. | 
| class  | JsrHybi13HandshakeHybi13Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage. | 
Copyright © 2020 JBoss by Red Hat. All rights reserved.