Class WebSocketDecoderConfig.Builder

java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
Enclosing class:
WebSocketDecoderConfig

public static final class WebSocketDecoderConfig.Builder extends Object
  • 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

  • Method Details