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 TypeClassDescriptionclassPerforms server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00classPerforms server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10classPerforms server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10classPerforms 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_KEYMethods in io.netty.handler.codec.http.websocketx that return WebSocketServerHandshakerModifier and TypeMethodDescription(package private) static WebSocketServerHandshakerWebSocketServerProtocolHandler.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 voidWebSocketServerProtocolHandler.setHandshaker(Channel channel, WebSocketServerHandshaker handshaker)