Package | Description |
---|---|
io.undertow.websockets.core.protocol.version08 | |
io.undertow.websockets.core.protocol.version13 | |
io.undertow.websockets.jsr.handshake |
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 javax.websocket.server.ServerEndpointConfiguration and
stored the config in the attributes for later usage. |
class |
JsrHybi08Handshake
Hybi08Handshake sub-class which takes care of match against the javax.websocket.server.ServerEndpointConfiguration and
stored the config in the attributes for later usage. |
class |
JsrHybi13Handshake
Hybi13Handshake sub-class which takes care of match against the javax.websocket.server.ServerEndpointConfiguration and
stored the config in the attributes for later usage. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.