Uses of Class
io.undertow.websockets.core.protocol.version07.Hybi07Handshake
-
Packages that use Hybi07Handshake Package Description io.undertow.websockets.core.protocol.version08 io.undertow.websockets.core.protocol.version13 io.undertow.websockets.jsr.handshake -
-
Uses of Hybi07Handshake in io.undertow.websockets.core.protocol.version08
Subclasses of Hybi07Handshake in io.undertow.websockets.core.protocol.version08 Modifier and Type Class Description classHybi08HandshakeThe handshaking protocol implementation for Hybi-07, which is identical to Hybi-08, and thus is just a thin subclass ofHybi07Handshakethat sets a different version number. -
Uses of Hybi07Handshake in io.undertow.websockets.core.protocol.version13
Subclasses of Hybi07Handshake in io.undertow.websockets.core.protocol.version13 Modifier and Type Class Description classHybi13HandshakeThe handshaking protocol implementation for Hybi-13. -
Uses of Hybi07Handshake in io.undertow.websockets.jsr.handshake
Subclasses of Hybi07Handshake in io.undertow.websockets.jsr.handshake Modifier and Type Class Description classJsrHybi07HandshakeHybi07Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage.classJsrHybi08HandshakeHybi08Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage.classJsrHybi13HandshakeHybi13Handshakesub-class which takes care of match against theServerEndpointConfigand stored the config in the attributes for later usage.
-