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 class
HttpPostRequestEncoder
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 ChunkedInput Modifier and Type Class Description class
ChunkedFile
AChunkedInput
that fetches data from a file chunk by chunk.class
ChunkedNioFile
AChunkedInput
that fetches data from a file chunk by chunk using NIOFileChannel
.class
ChunkedNioStream
AChunkedInput
that fetches data from aReadableByteChannel
chunk by chunk.class
ChunkedStream
AChunkedInput
that fetches data from anInputStream
chunk by chunk.Methods in org.jboss.netty.handler.stream with parameters of type ChunkedInput Modifier and Type Method Description (package private) static void
ChunkedWriteHandler. closeInput(ChunkedInput chunks)
-