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 -
-
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 class
Hybi08Handshake
The handshaking protocol implementation for Hybi-07, which is identical to Hybi-08, and thus is just a thin subclass ofHybi07Handshake
that 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 class
Hybi13Handshake
The handshaking protocol implementation for Hybi-13.
-