Package io.netty.handler.stream
package io.netty.handler.stream
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError. For a detailed
example, please refer to io.netty.example.http.file.-
ClassDescriptionA
ChunkedInputthat fetches data from a file chunk by chunk.ChunkedInput<B>A data stream of indefinite length which is consumed byChunkedWriteHandler.AChunkedInputthat fetches data from a file chunk by chunk using NIOFileChannel.AChunkedInputthat fetches data from aReadableByteChannelchunk by chunk.AChunkedInputthat fetches data from anInputStreamchunk by chunk.AChannelHandlerthat adds support for writing a large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError.