Package ej.hoka.http.body
Class MultiPartBodyParser.MultiPartBody
- java.lang.Object
-
- ej.hoka.http.body.MultiPartBodyParser.MultiPartBody
-
- Enclosing class:
- MultiPartBodyParser
public static class MultiPartBodyParser.MultiPartBody extends java.lang.ObjectClass representing the collection ofHttpPartin the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpPartnextPart()Consumes the input stream from the request to get the nextHttpPartavailable.
-
-
-
Method Detail
-
nextPart
@Nullable public HttpPart nextPart() throws java.io.IOException
Consumes the input stream from the request to get the nextHttpPartavailable.- Returns:
- the next
HttpPartinitialized,nullif not found. - Throws:
java.io.IOException- if anIOExceptionoccurs during the parsing of the headers.
-
-