Uses of Class
io.undertow.websockets.core.protocol.Handshake
Packages that use Handshake
Package
Description
-
Uses of Handshake in io.undertow.websockets
Constructor parameters in io.undertow.websockets with type arguments of type HandshakeModifierConstructorDescriptionWebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, HttpUpgradeListener callback) Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, HttpUpgradeListener callback, HttpHandler next) Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, WebSocketConnectionCallback callback) Create a newWebSocketProtocolHandshakeHandler
WebSocketProtocolHandshakeHandler
(Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next) Create a newWebSocketProtocolHandshakeHandler
-
Uses of Handshake in io.undertow.websockets.core.protocol.version07
Subclasses of Handshake in io.undertow.websockets.core.protocol.version07Modifier and TypeClassDescriptionclass
The handshaking protocol implementation for Hybi-07. -
Uses of Handshake in io.undertow.websockets.core.protocol.version08
Subclasses of Handshake in io.undertow.websockets.core.protocol.version08Modifier and TypeClassDescriptionclass
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 Handshake in io.undertow.websockets.core.protocol.version13
Subclasses of Handshake in io.undertow.websockets.core.protocol.version13Modifier and TypeClassDescriptionclass
The handshaking protocol implementation for Hybi-13.