Class WebSocketDecoderConfig.Builder
java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- Enclosing class:
WebSocketDecoderConfig
-
Method Summary
Modifier and TypeMethodDescriptionallowExtensions(boolean allowExtensions) allowMaskMismatch(boolean allowMaskMismatch) build()closeOnProtocolViolation(boolean closeOnProtocolViolation) expectMaskedFrames(boolean expectMaskedFrames) maxFramePayloadLength(int maxFramePayloadLength) withUTF8Validator(boolean withUTF8Validator)
-
Method Details
-
maxFramePayloadLength
-
expectMaskedFrames
-
allowMaskMismatch
-
allowExtensions
-
closeOnProtocolViolation
-
withUTF8Validator
-
build
-