Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Packages that use WebSocketClientHandshaker
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketClientHandshaker in io.netty.handler.codec.http.websocketx
Subclasses of WebSocketClientHandshaker in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassPerforms client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00classPerforms client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10classPerforms client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10classPerforms client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17Methods in io.netty.handler.codec.http.websocketx that return WebSocketClientHandshakerModifier and TypeMethodDescriptionWebSocketClientProtocolHandler.handshaker()Returns the used handshakerstatic WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders) Creates a new handshaker.static WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength) Creates a new handshaker.static WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch) Creates a new handshaker.static WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, long forceCloseTimeoutMillis) Creates a new handshaker.static WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, long forceCloseTimeoutMillis, boolean absoluteUpgradeUrl) Creates a new handshaker.static WebSocketClientHandshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, long forceCloseTimeoutMillis, boolean absoluteUpgradeUrl, boolean generateOriginHeader) Creates a new handshaker.WebSocketClientHandshaker.setForceCloseTimeoutMillis(long forceCloseTimeoutMillis) Sets timeout to close the connection if it was not closed by the server.Constructors in io.netty.handler.codec.http.websocketx with parameters of type WebSocketClientHandshakerModifierConstructorDescriptionBase constructorWebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker, boolean handleCloseFrames) Base constructorWebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker, boolean handleCloseFrames, boolean dropPongFrames) Base constructorWebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker, boolean handleCloseFrames, boolean dropPongFrames, long handshakeTimeoutMillis) Base constructorWebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker, boolean handleCloseFrames, long handshakeTimeoutMillis) Base constructorWebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker, long handshakeTimeoutMillis) Base constructor