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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassAChunkedInputthat fetches data from a file chunk by chunk.classAChunkedInputthat fetches data from a file chunk by chunk using NIOFileChannel.classAChunkedInputthat fetches data from aReadableByteChannelchunk by chunk.classAChunkedInputthat fetches data from anInputStreamchunk by chunk.Methods in org.jboss.netty.handler.stream with parameters of type ChunkedInputModifier and TypeMethodDescription(package private) static voidChunkedWriteHandler.closeInput(ChunkedInput chunks)