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 IOException, HttpException
HttpMessage
from the underlying data
source.IOException
- in case of an I/O errorHttpException
- in case of HTTP protocol violationCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.