• Home
  • Raw
  • Download

Lines Matching refs:NameValuePair

866     method @Deprecated public org.apache.http.NameValuePair getParameter(int);
867 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
869 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
1090 @Deprecated public interface NameValuePair {
1378 … public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>, String) thro…
1379 … public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>) throws java.…
1604 …cated public static String format(java.util.List<? extends org.apache.http.NameValuePair>, String);
1606 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI,…
1607 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.ht…
1608 …method @Deprecated public static void parse(java.util.List<org.apache.http.NameValuePair>, java.ut…
3447 ctor @Deprecated public BasicHeaderElement(String, String, org.apache.http.NameValuePair[]);
3451 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
3452 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
3454 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
3485 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3486 method @Deprecated protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3491 …method @Deprecated public static final String formatNameValuePair(org.apache.http.NameValuePair, b…
3492 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3493 …method @Deprecated public static final String formatParameters(org.apache.http.NameValuePair[], bo…
3494 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3504 …org.apache.http.HeaderElement createHeaderElement(String, String, org.apache.http.NameValuePair[]);
3505 method @Deprecated protected org.apache.http.NameValuePair createNameValuePair(String, String);
3510 …method @Deprecated public static final org.apache.http.NameValuePair parseNameValuePair(String, or…
3511 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3512 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3513 …method @Deprecated public static final org.apache.http.NameValuePair[] parseParameters(String, org…
3514 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3605 …ated public class BasicNameValuePair implements java.lang.Cloneable org.apache.http.NameValuePair {
3682 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3683 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3689 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3690 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…