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