Uses of Class
io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
-
Packages that use WebSocketDecoderConfig Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketDecoderConfig in io.netty5.handler.codec.http.websocketx
Methods in io.netty5.handler.codec.http.websocketx that return WebSocketDecoderConfig Modifier and Type Method Description WebSocketDecoderConfig
WebSocketDecoderConfig.Builder. build()
WebSocketDecoderConfig
WebSocketServerHandshaker. decoderConfig()
Gets this decoder configuration.WebSocketDecoderConfig
WebSocketServerProtocolConfig. decoderConfig()
Methods in io.netty5.handler.codec.http.websocketx with parameters of type WebSocketDecoderConfig Modifier and Type Method Description WebSocketServerProtocolConfig.Builder
WebSocketServerProtocolConfig.Builder. decoderConfig(WebSocketDecoderConfig decoderConfig)
Frames decoder configuration.Constructors in io.netty5.handler.codec.http.websocketx with parameters of type WebSocketDecoderConfig Constructor Description WebSocket13FrameDecoder(WebSocketDecoderConfig decoderConfig)
ConstructorWebSocketServerHandshaker(WebSocketVersion version, String uri, 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)
-