Home » HttpComponents-Core-4.0.1 » org.apache.http.io » [javadoc | source]
org.apache.http.io
public interface: HttpMessageParser [javadoc | source]

All Known Implementing Classes:
    AbstractMessageParser, HttpRequestParser, HttpResponseParser

Abstract message parser intended to build HTTP messages from an arbitrary data source.
Method from org.apache.http.io.HttpMessageParser Summary:
parse
Method from org.apache.http.io.HttpMessageParser Detail:
 public HttpMessage parse() throws IOException, HttpException
    Generates an instance of HttpMessage from the underlying data source.