Class WebSocketChunkedInput

    • Constructor Detail

      • WebSocketChunkedInput

        public WebSocketChunkedInput​(ChunkedInput<ByteBuf> input)
        Creates a new instance using the specified input.
        Parameters:
        input - ChunkedInput containing data to write
      • WebSocketChunkedInput

        public WebSocketChunkedInput​(ChunkedInput<ByteBuf> input,
                                     int rsv)
        Creates a new instance using the specified input.
        Parameters:
        input - ChunkedInput containing data to write
        rsv - RSV1, RSV2, RSV3 used for extensions
        Throws:
        java.lang.NullPointerException - if input is null