Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
Packages that use WebSocketDecoderConfig
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketDecoderConfig in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return WebSocketDecoderConfigModifier and TypeMethodDescriptionWebSocketDecoderConfig.Builder.build()WebSocketServerHandshaker.decoderConfig()Gets this decoder configuration.WebSocketServerProtocolConfig.decoderConfig()Methods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketDecoderConfigModifier and TypeMethodDescriptionWebSocketServerProtocolConfig.Builder.decoderConfig(WebSocketDecoderConfig decoderConfig) Frames decoder configuration.Constructors in io.netty.handler.codec.http.websocketx with parameters of type WebSocketDecoderConfigModifierConstructorDescriptionWebSocket00FrameDecoder(WebSocketDecoderConfig decoderConfig) Creates a new instance ofWebSocketFrameDecoderwith the specifiedmaxFrameSize.WebSocket07FrameDecoder(WebSocketDecoderConfig decoderConfig) ConstructorWebSocket08FrameDecoder(WebSocketDecoderConfig decoderConfig) ConstructorWebSocket13FrameDecoder(WebSocketDecoderConfig decoderConfig) ConstructorprotectedWebSocketServerHandshaker(WebSocketVersion version, String uri, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerHandshaker00(String webSocketURL, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerHandshaker07(String webSocketURL, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerHandshaker08(String webSocketURL, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerHandshaker13(String webSocketURL, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerHandshakerFactory(String webSocketURL, String subprotocols, WebSocketDecoderConfig decoderConfig) Constructor specifying the destination web socket locationWebSocketServerProtocolHandler(String websocketPath, String subprotocols, boolean checkStartsWith, boolean dropPongFrames, long handshakeTimeoutMillis, WebSocketDecoderConfig decoderConfig)