T - HttpMessage or a subclassAbstractMessageParser, DefaultHttpRequestParser, DefaultHttpResponseParser, HttpRequestParser, HttpResponseParserpublic interface HttpMessageParser<T extends HttpMessage>
| Modifier and Type | Method | Description |
|---|---|---|
T |
parse() |
Generates an instance of
HttpMessage from the underlying data
source. |
T parse() throws java.io.IOException, HttpException
HttpMessage from the underlying data
source.java.io.IOException - in case of an I/O errorHttpException - in case of HTTP protocol violation