Class ChunkedFileChannelReadResponse

    • Constructor Detail

      • ChunkedFileChannelReadResponse

        public ChunkedFileChannelReadResponse​(ReadRequest request,
                                              int maxFrameSize,
                                              java.nio.channels.FileChannel channel)
    • Method Detail

      • read

        protected io.netty.buffer.ByteBuf read​(io.netty.buffer.ByteBufAllocator alloc,
                                               long position,
                                               int length)
                                        throws java.io.IOException
        Specified by:
        read in class AbstractChunkedReadResponse
        Throws:
        java.io.IOException