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
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) WebSocketDecoderConfig.Builder.expectMaskedFrames(boolean expectMaskedFrames) WebSocketDecoderConfig.Builder.maxFramePayloadLength(int maxFramePayloadLength) WebSocketDecoderConfig.newBuilder()WebSocketDecoderConfig.toBuilder()WebSocketDecoderConfig.Builder.withUTF8Validator(boolean withUTF8Validator)