public interface

HttpMessageParser

org.apache.http.io.HttpMessageParser
Known Indirect Subclasses

Class Overview

Abstract message parser intended to build HTTP messages from an arbitrary data source.

Summary

Public Methods
abstract HttpMessage parse()
Generates an instance of HttpMessage from the underlying data source.

Public Methods

public abstract HttpMessage parse ()

Generates an instance of HttpMessage from the underlying data source.

Returns
  • HTTP message
Throws
IOException in case of an I/O error
HttpException in case of HTTP protocol violation