Lines Matching refs:NameValuePair
872 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
873 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
875 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
1096 @Deprecated public interface NameValuePair {
1384 … public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>, String) thro…
1385 … public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>) throws java.…
1610 …cated public static String format(java.util.List<? extends org.apache.http.NameValuePair>, String);
1612 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI,…
1613 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.ht…
1614 …method @Deprecated public static void parse(java.util.List<org.apache.http.NameValuePair>, java.ut…
3453 ctor @Deprecated public BasicHeaderElement(String, String, org.apache.http.NameValuePair[]);
3457 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
3458 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
3460 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
3491 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3492 method @Deprecated protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3497 …method @Deprecated public static final String formatNameValuePair(org.apache.http.NameValuePair, b…
3498 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3499 …method @Deprecated public static final String formatParameters(org.apache.http.NameValuePair[], bo…
3500 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3510 …org.apache.http.HeaderElement createHeaderElement(String, String, org.apache.http.NameValuePair[]);
3511 method @Deprecated protected org.apache.http.NameValuePair createNameValuePair(String, String);
3516 …method @Deprecated public static final org.apache.http.NameValuePair parseNameValuePair(String, or…
3517 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3518 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3519 …method @Deprecated public static final org.apache.http.NameValuePair[] parseParameters(String, org…
3520 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3611 …ated public class BasicNameValuePair implements java.lang.Cloneable org.apache.http.NameValuePair {
3688 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3689 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3695 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3696 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…