public interface HttpMessageParser
Modifier and Type | Method and Description |
---|---|
HttpMessage |
parse()
Generates an instance of
HttpMessage from the underlying data
source. |
HttpMessage 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