Class NettyInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class NettyInputStream
    extends InputStream
    Input stream which servers as Request entity input.

    Converts Netty NIO buffers to an input streams and stores them in the queue, waiting for Jersey to process it.

    Author:
    Pavel Bucek