public static class MultiPartBodyParser.MultiPartBody extends Object
HttpPart
in the request.Modifier and Type | Method and Description |
---|---|
HttpPart |
nextPart()
Consumes the input stream from the request to get the next
HttpPart available. |
@Nullable public HttpPart nextPart() throws IOException
HttpPart
available.HttpPart
initialized, null
if not found.IOException
- if an IOException
occurs during the parsing of the headers.