Class WebSocketDecoderConfig

java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig

public final class WebSocketDecoderConfig extends Object
Frames decoder configuration.
  • 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

      public String toString()
      Overrides:
      toString in class Object
    • toBuilder

      public WebSocketDecoderConfig.Builder toBuilder()
    • newBuilder

      public static WebSocketDecoderConfig.Builder newBuilder()