Class WebSocket00FrameDecoder

    • Constructor Detail

      • WebSocket00FrameDecoder

        public WebSocket00FrameDecoder()
      • WebSocket00FrameDecoder

        public WebSocket00FrameDecoder​(int maxFrameSize)
        Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize. If the client sends a frame size larger than maxFrameSize, the channel will be closed.
        Parameters:
        maxFrameSize - the maximum frame size to decode
      • WebSocket00FrameDecoder

        public WebSocket00FrameDecoder​(WebSocketDecoderConfig decoderConfig)
        Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize. If the client sends a frame size larger than maxFrameSize, the channel will be closed.
        Parameters:
        decoderConfig - Frames decoder configuration.