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

Packages that use HeaderValueFormatter
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of HeaderValueFormatter in org.apache.http.message
 

Classes in org.apache.http.message that implement HeaderValueFormatter
 class BasicHeaderValueFormatter
          Basic implementation for formatting header value elements.
 

Methods in org.apache.http.message with parameters of type HeaderValueFormatter
static java.lang.String BasicHeaderValueFormatter.formatElements(HeaderElement[] elems, boolean quote, HeaderValueFormatter formatter)
          Formats an array of header elements.
static java.lang.String BasicHeaderValueFormatter.formatHeaderElement(HeaderElement elem, boolean quote, HeaderValueFormatter formatter)
          Formats a header element.
static java.lang.String BasicHeaderValueFormatter.formatNameValuePair(NameValuePair nvp, boolean quote, HeaderValueFormatter formatter)
          Formats a name-value pair.
static java.lang.String BasicHeaderValueFormatter.formatParameters(NameValuePair[] nvps, boolean quote, HeaderValueFormatter formatter)
          Formats a set of parameters.
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.