InterfaceHttpData |
HttpPostMultipartRequestDecoder.getBodyHttpData(String name) |
|
InterfaceHttpData |
HttpPostRequestDecoder.getBodyHttpData(String name) |
This method returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() method.
|
InterfaceHttpData |
HttpPostStandardRequestDecoder.getBodyHttpData(String name) |
|
InterfaceHttpData |
InterfaceHttpPostRequestDecoder.getBodyHttpData(String name) |
This method returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() method.
|
List<InterfaceHttpData> |
HttpPostMultipartRequestDecoder.getBodyHttpDatas() |
|
List<InterfaceHttpData> |
HttpPostMultipartRequestDecoder.getBodyHttpDatas(String name) |
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas() |
This method returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() method.
|
List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas(String name) |
This method returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() method.
|
List<InterfaceHttpData> |
HttpPostStandardRequestDecoder.getBodyHttpDatas() |
|
List<InterfaceHttpData> |
HttpPostStandardRequestDecoder.getBodyHttpDatas(String name) |
|
List<InterfaceHttpData> |
InterfaceHttpPostRequestDecoder.getBodyHttpDatas() |
This method returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() method.
|
List<InterfaceHttpData> |
InterfaceHttpPostRequestDecoder.getBodyHttpDatas(String name) |
This method returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() method.
|