public static class MultiPartBodyParser.MultiPartBody
extends java.lang.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 java.io.IOException
HttpPart available.HttpPart initialized, null if not found.java.io.IOException - if an IOException occurs during the parsing of the headers.