Class BasicLineFormatter

java.lang.Object
org.apache.http.message.BasicLineFormatter
All Implemented Interfaces:
LineFormatter

public class BasicLineFormatter
extends Object
implements LineFormatter
Interface for formatting elements of the HEAD section of an HTTP message. This is the complement to LineParser. There are individual methods for formatting a request line, a status line, or a header line. The formatting does not include the trailing line break sequence CR-LF. The formatted lines are returned in memory, the formatter does not depend on any specific IO mechanism. Instances of this interface are expected to be stateless and thread-safe.
Since:
4.0
Version:
$Revision: 574185 $
Author:
Remy Maucherat, Mike Bowler, Jeff Dever, Oleg Kalnichevski, and others