Class WebSocketDecoderConfig
java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
Frames decoder configuration.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
maxFramePayloadLength
public int maxFramePayloadLength() -
expectMaskedFrames
public boolean expectMaskedFrames() -
allowMaskMismatch
public boolean allowMaskMismatch() -
allowExtensions
public boolean allowExtensions() -
closeOnProtocolViolation
public boolean closeOnProtocolViolation() -
withUTF8Validator
public boolean withUTF8Validator() -
toString
-
toBuilder
-
newBuilder
-