Uses of Interface
org.jboss.netty.handler.stream.ChunkedInput
Packages that use ChunkedInput
Package
Description
HTTP multipart support.
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError
.-
Uses of ChunkedInput in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement ChunkedInputModifier and TypeClassDescriptionclass
This encoder will help to encode Request for a FORM as POST. -
Uses of ChunkedInput in org.jboss.netty.handler.stream
Classes in org.jboss.netty.handler.stream that implement ChunkedInputModifier and TypeClassDescriptionclass
AChunkedInput
that fetches data from a file chunk by chunk.class
AChunkedInput
that fetches data from a file chunk by chunk using NIOFileChannel
.class
AChunkedInput
that fetches data from aReadableByteChannel
chunk by chunk.class
AChunkedInput
that fetches data from anInputStream
chunk by chunk.Methods in org.jboss.netty.handler.stream with parameters of type ChunkedInputModifier and TypeMethodDescription(package private) static void
ChunkedWriteHandler.closeInput
(ChunkedInput chunks)