Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Packages that use WebSocketServerHandshaker
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketServerHandshaker in io.netty.handler.codec.http.websocketx
Subclasses of WebSocketServerHandshaker in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00class
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10class
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10class
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).Fields in io.netty.handler.codec.http.websocketx with type parameters of type WebSocketServerHandshakerModifier and TypeFieldDescriptionprivate static final AttributeKey
<WebSocketServerHandshaker> WebSocketServerProtocolHandler.HANDSHAKER_ATTR_KEY
Methods in io.netty.handler.codec.http.websocketx that return WebSocketServerHandshakerModifier and TypeMethodDescription(package private) static WebSocketServerHandshaker
WebSocketServerProtocolHandler.getHandshaker
(Channel channel) WebSocketServerHandshakerFactory.newHandshaker
(HttpRequest req) Instances a new handshakerMethods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketServerHandshakerModifier and TypeMethodDescription(package private) static void
WebSocketServerProtocolHandler.setHandshaker
(Channel channel, WebSocketServerHandshaker handshaker)