• Home
  • Raw
  • Download

Lines Matching refs:NameValuePair

952     method public abstract org.apache.http.NameValuePair getParameter(int);
953 method public abstract org.apache.http.NameValuePair getParameterByName(java.lang.String);
955 method public abstract org.apache.http.NameValuePair[] getParameters();
1178 public abstract deprecated interface NameValuePair {
1467 …ctor public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>, java.lan…
1468 …ctor public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>) throws j…
1694 …atic java.lang.String format(java.util.List<? extends org.apache.http.NameValuePair>, java.lang.St…
1696 …method public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI, java.lang.S…
1697 …method public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.http.HttpEntit…
1698 …method public static void parse(java.util.List<org.apache.http.NameValuePair>, java.util.Scanner, …
3568 …tor public BasicHeaderElement(java.lang.String, java.lang.String, org.apache.http.NameValuePair[]);
3572 method public org.apache.http.NameValuePair getParameter(int);
3573 method public org.apache.http.NameValuePair getParameterByName(java.lang.String);
3575 method public org.apache.http.NameValuePair[] getParameters();
3606 method protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3607 method protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3612 …method public static final java.lang.String formatNameValuePair(org.apache.http.NameValuePair, boo…
3613 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3614 …method public static final java.lang.String formatParameters(org.apache.http.NameValuePair[], bool…
3615 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3625 …erElement createHeaderElement(java.lang.String, java.lang.String, org.apache.http.NameValuePair[]);
3626 …method protected org.apache.http.NameValuePair createNameValuePair(java.lang.String, java.lang.Str…
3631 …method public static final org.apache.http.NameValuePair parseNameValuePair(java.lang.String, org.…
3632 …method public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharArrayBuffe…
3633 …method public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharArrayBuffe…
3634 …method public static final org.apache.http.NameValuePair[] parseParameters(java.lang.String, org.a…
3635 …method public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.CharArrayBuffer…
3726 public deprecated class BasicNameValuePair implements org.apache.http.NameValuePair {
3803 … formatNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean);
3804 …r formatParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean);
3810 …method public abstract org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharA…
3811 …method public abstract org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.CharAr…