Package | Description |
---|---|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Method and Description |
---|---|
InterfaceHttpData |
HttpPostRequestDecoder.getBodyHttpData(String name)
This method returns the first InterfaceHttpData with the given name from body.
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas()
This method returns a List of all HttpDatas from body.
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas(String name)
This method returns a List of all HttpDatas with the given name from body.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.