程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
限定符和类型 | 类和说明 |
---|---|
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.
|