Uses of Interface
org.jboss.netty.handler.stream.ChunkedInput
-
Packages that use ChunkedInput Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support.org.jboss.netty.handler.stream Writes very large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError. -
-
Uses of ChunkedInput in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement ChunkedInput Modifier and Type Class Description classHttpPostRequestEncoderThis 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 ChunkedInput Modifier and Type Class Description classChunkedFileAChunkedInputthat fetches data from a file chunk by chunk.classChunkedNioFileAChunkedInputthat fetches data from a file chunk by chunk using NIOFileChannel.classChunkedNioStreamAChunkedInputthat fetches data from aReadableByteChannelchunk by chunk.classChunkedStreamAChunkedInputthat fetches data from anInputStreamchunk by chunk.
-