Package org.jboss.netty.handler.stream
package org.jboss.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 org.jboss.netty.example.http.file
.-
ClassDescriptionA
ChunkedInput
that fetches data from a file chunk by chunk.A data stream of indefinite length which is consumed byChunkedWriteHandler
.AChunkedInput
that fetches data from a file chunk by chunk using NIOFileChannel
.AChunkedInput
that fetches data from aReadableByteChannel
chunk by chunk.AChunkedInput
that fetches data from anInputStream
chunk by chunk.AChannelHandler
that adds support for writing a large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError
.