public interface BodyParser
| Modifier and Type | Method and Description |
|---|---|
void |
parseBody(HTTPRequest httpRequest)
Parse the body.
|
void parseBody(HTTPRequest httpRequest) throws java.io.IOException
httpRequest - the HttpRequest with the headers parsed, the stream is at the start of the body.java.io.IOException - when an IOException occurs during the parsing.