| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http.multipart |
Benchmarks for
io.netty.handler.codec.http.multipart. |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
InterfaceHttpPostRequestDecoder |
InterfaceHttpPostRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|
InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content) |