Uses of Interface
org.apache.http.message.LineFormatter

Packages that use LineFormatter
org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication. 
org.apache.http.message Core HTTP message components, message element parser and writer APIs and their default implementations. 
 

Uses of LineFormatter in org.apache.http.impl.io
 

Fields in org.apache.http.impl.io declared as LineFormatter
protected  LineFormatter AbstractMessageWriter.lineFormatter
           
 

Constructors in org.apache.http.impl.io with parameters of type LineFormatter
AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter)
          Creates an instance of AbstractMessageWriter.
AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
          Deprecated. (4.3) use AbstractMessageWriter.AbstractMessageWriter(SessionOutputBuffer, LineFormatter)
DefaultHttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter)
          Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriterFactory(LineFormatter lineFormatter)
           
DefaultHttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter)
          Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriterFactory(LineFormatter lineFormatter)
           
HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
          Deprecated.  
HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
          Deprecated.  
 

Uses of LineFormatter in org.apache.http.message
 

Classes in org.apache.http.message that implement LineFormatter
 class BasicLineFormatter
          Interface for formatting elements of the HEAD section of an HTTP message.
 

Methods in org.apache.http.message with parameters of type LineFormatter
static String BasicLineFormatter.formatHeader(Header header, LineFormatter formatter)
          Formats a header.
static String BasicLineFormatter.formatProtocolVersion(ProtocolVersion version, LineFormatter formatter)
          Formats a protocol version.
static String BasicLineFormatter.formatRequestLine(RequestLine reqline, LineFormatter formatter)
          Formats a request line.
static String BasicLineFormatter.formatStatusLine(StatusLine statline, LineFormatter formatter)
          Formats a status line.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.