Uses of Class
org.apache.http.NameValuePair

Packages that use NameValuePair
org.apache.http The core interfaces and classes of the HTTP components. 
 

Uses of NameValuePair in org.apache.http
 

Methods in org.apache.http that return NameValuePair
 NameValuePair HeaderElement.getParameterByName(java.lang.String name)
          Returns parameter with the given name, if found.
 NameValuePair[] HeaderElement.getParameters()
          Get parameters, if any.
static NameValuePair NameValuePair.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static NameValuePair NameValuePair.parse(java.lang.String s)
           
static NameValuePair[] NameValuePair.parseAll(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static NameValuePair[] NameValuePair.parseAll(java.lang.String s)
           
 

Methods in org.apache.http with parameters of type NameValuePair
static void NameValuePair.format(CharArrayBuffer buffer, NameValuePair param, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
static java.lang.String NameValuePair.format(NameValuePair param, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
static void NameValuePair.formatAll(CharArrayBuffer buffer, NameValuePair[] params, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pairs using formatting rules defined in RFC 2616
static java.lang.String NameValuePair.formatAll(NameValuePair[] params, boolean alwaysUseQuotes)
          Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
 

Constructors in org.apache.http with parameters of type NameValuePair
HeaderElement(java.lang.String name, java.lang.String value, NameValuePair[] parameters)
          Constructor with name, value and parameters.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.