|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpMessageParser<T extends HttpMessage>
Abstract message parser intended to build HTTP messages from an arbitrary data source.
Method Summary | |
---|---|
T |
parse()
Generates an instance of HttpMessage from the underlying data
source. |
Method Detail |
---|
T parse() throws IOException, HttpException
HttpMessage
from the underlying data
source.
IOException
- in case of an I/O error
HttpException
- in case of HTTP protocol violation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |