Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
Packages that use WebSocketDecoderConfig.Builder
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketDecoderConfig.Builder in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as WebSocketDecoderConfig.BuilderModifier and TypeFieldDescriptionprivate WebSocketDecoderConfig.Builder
WebSocketServerProtocolConfig.Builder.decoderConfigBuilder
Methods in io.netty.handler.codec.http.websocketx that return WebSocketDecoderConfig.BuilderModifier and TypeMethodDescriptionWebSocketDecoderConfig.Builder.allowExtensions
(boolean allowExtensions) WebSocketDecoderConfig.Builder.allowMaskMismatch
(boolean allowMaskMismatch) WebSocketDecoderConfig.Builder.closeOnProtocolViolation
(boolean closeOnProtocolViolation) private WebSocketDecoderConfig.Builder
WebSocketServerProtocolConfig.Builder.decoderConfigBuilder()
WebSocketDecoderConfig.Builder.expectMaskedFrames
(boolean expectMaskedFrames) WebSocketDecoderConfig.Builder.maxFramePayloadLength
(int maxFramePayloadLength) WebSocketDecoderConfig.newBuilder()
WebSocketDecoderConfig.toBuilder()
WebSocketDecoderConfig.Builder.withUTF8Validator
(boolean withUTF8Validator)