Package | Description |
---|---|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Method and Description |
---|---|
InterfaceHttpData |
HttpPostRequestDecoder.getBodyHttpData(String name)
This getMethod returns the first InterfaceHttpData with the given name from
body.
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas()
This getMethod returns a List of all HttpDatas from body.
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas(String name)
This getMethod returns a List of all HttpDatas with the given name from
body.
|
Copyright © 2008–2013 The Netty Project. All rights reserved.