T
- HttpMessage
or a subclasspublic interface HttpMessageParser<T extends HttpMessage>
Modifier and Type | Method and 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