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 getting
OutOfMemoryError . |
Modifier and Type | Class and Description |
---|---|
class |
HttpPostRequestEncoder
This encoder will help to encode Request for a FORM as POST.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkedFile
A
ChunkedInput that fetches data from a file chunk by chunk. |
class |
ChunkedNioFile
A
ChunkedInput that fetches data from a file chunk by chunk using
NIO FileChannel . |
class |
ChunkedNioStream
A
ChunkedInput that fetches data from a ReadableByteChannel
chunk by chunk. |
class |
ChunkedStream
A
ChunkedInput that fetches data from an InputStream chunk by
chunk. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.