| 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 | Field and Description |
|---|---|
private InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.decoder |
| Modifier and Type | Method and Description |
|---|---|
InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content) |
InterfaceHttpPostRequestDecoder |
InterfaceHttpPostRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|