软件包 | 描述 |
---|---|
io.netty.handler.codec.http.multipart |
HTTP多部分支持。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpPostMultipartRequestDecoder
该解码器将解码Body并可以处理POST BODY。
|
class |
HttpPostRequestDecoder
该解码器将解码Body并可以处理POST BODY。
|
class |
HttpPostStandardRequestDecoder
该解码器将解码Body并可以处理POST BODY。
|
Modifier and Type | Method and Description |
---|---|
InterfaceHttpPostRequestDecoder |
InterfaceHttpPostRequestDecoder.offer(HttpContent content)
从新块初始化内部
|
InterfaceHttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content) |
Copyright © 2008–2018 The Netty Project. All rights reserved.