Class WebSocket00FrameDecoder

    • Field Detail

      • DEFAULT_MAX_FRAME_SIZE

        private static final long DEFAULT_MAX_FRAME_SIZE
        See Also:
        Constant Field Values
      • maxFrameSize

        private final long maxFrameSize
      • receivedClosingHandshake

        private boolean receivedClosingHandshake
    • Constructor Detail

      • WebSocket00FrameDecoder

        public WebSocket00FrameDecoder()
      • WebSocket00FrameDecoder

        public WebSocket00FrameDecoder​(long 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