Package | Description |
---|---|
io.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.
|
class |
HttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY.
|
class |
HttpPostStandardRequestDecoder
This decoder will decode Body and can handle POST BODY.
|
Modifier and Type | Method and Description |
---|---|
InterfaceHttpPostRequestDecoder |
InterfaceHttpPostRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|
InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content) |
Copyright © 2008–2017 The Netty Project. All rights reserved.