Package | Description |
---|---|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpPostMultipartRequestDecoder
This decoder will decode Body and can handle POST BODY in multipart form.
|
class |
HttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY (both multipart and standard).
|
class |
HttpPostStandardRequestDecoder
This decoder will decode Body and can handle standard (non multipart) POST BODY.
|
Copyright © 2008-2016 The Netty Project. All Rights Reserved.