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

Packages that use LineFormatter
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio.codecs Default implementations for interfaces in org.apache.http.nio.codecs
org.apache.http.message Basic HTTP message 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, HttpParams params)
          Creates an instance of AbstractMessageWriter.
HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
           
HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
           
 

Uses of LineFormatter in org.apache.http.impl.nio.codecs
 

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

Constructors in org.apache.http.impl.nio.codecs with parameters of type LineFormatter
AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
          Creates an instance of this class.
DefaultHttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
           
DefaultHttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
           
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-2013 The Apache Software Foundation. All Rights Reserved.