InterfaceHttpData |
HttpPostMultipartRequestDecoder.getBodyHttpData(java.lang.String name) |
|
InterfaceHttpData |
HttpPostRequestDecoder.getBodyHttpData(java.lang.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(java.lang.String name) |
|
InterfaceHttpData |
InterfaceHttpPostRequestDecoder.getBodyHttpData(java.lang.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.
|
java.util.List<InterfaceHttpData> |
HttpPostMultipartRequestDecoder.getBodyHttpDatas() |
|
java.util.List<InterfaceHttpData> |
HttpPostMultipartRequestDecoder.getBodyHttpDatas(java.lang.String name) |
|
java.util.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.
|
java.util.List<InterfaceHttpData> |
HttpPostRequestDecoder.getBodyHttpDatas(java.lang.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.
|
java.util.List<InterfaceHttpData> |
HttpPostStandardRequestDecoder.getBodyHttpDatas() |
|
java.util.List<InterfaceHttpData> |
HttpPostStandardRequestDecoder.getBodyHttpDatas(java.lang.String name) |
|
java.util.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.
|
java.util.List<InterfaceHttpData> |
InterfaceHttpPostRequestDecoder.getBodyHttpDatas(java.lang.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.
|
private void |
HttpPostMultipartRequestDecoder.loadFieldMultipart(java.lang.String delimiter) |
Load the field value from a Multipart request
|
private void |
HttpPostMultipartRequestDecoder.loadFieldMultipartStandard(java.lang.String delimiter) |
Load the field value from a Multipart request
|
private java.lang.String |
HttpPostMultipartRequestDecoder.readDelimiter(java.lang.String delimiter) |
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.
|
private java.lang.String |
HttpPostMultipartRequestDecoder.readDelimiterStandard(java.lang.String delimiter) |
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.
|
private void |
HttpPostMultipartRequestDecoder.readFileUploadByteMultipart(java.lang.String delimiter) |
Read a FileUpload data as Byte (Binary) and add the bytes directly to the
FileUpload.
|
private void |
HttpPostMultipartRequestDecoder.readFileUploadByteMultipartStandard(java.lang.String delimiter) |
Read a FileUpload data as Byte (Binary) and add the bytes directly to the
FileUpload.
|
private java.lang.String |
HttpPostMultipartRequestDecoder.readLine() |
Read one line up to the CRLF or LF
|
private java.lang.String |
HttpPostMultipartRequestDecoder.readLineStandard() |
Read one line up to the CRLF or LF
|
(package private) void |
HttpPostMultipartRequestDecoder.skipControlCharacters() |
Skip control Characters
|