Home
last modified time | relevance | path

Searched refs:HttpAbstractParamBean (Results 1 – 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DHttpAbstractParamBean.java40 public abstract class HttpAbstractParamBean { class
44 public HttpAbstractParamBean (final HttpParams params) { in HttpAbstractParamBean() method in HttpAbstractParamBean
DHttpConnectionParamBean.java40 public class HttpConnectionParamBean extends HttpAbstractParamBean {
DHttpProtocolParamBean.java42 public class HttpProtocolParamBean extends HttpAbstractParamBean {
/external/apache-http/src/org/apache/http/auth/params/
DAuthParamBean.java34 import org.apache.http.params.HttpAbstractParamBean;
43 public class AuthParamBean extends HttpAbstractParamBean {
/external/apache-http/src/org/apache/http/conn/params/
DConnConnectionParamBean.java34 import org.apache.http.params.HttpAbstractParamBean;
47 public class ConnConnectionParamBean extends HttpAbstractParamBean {
DConnManagerParamBean.java34 import org.apache.http.params.HttpAbstractParamBean;
47 public class ConnManagerParamBean extends HttpAbstractParamBean {
DConnRouteParamBean.java38 import org.apache.http.params.HttpAbstractParamBean;
51 public class ConnRouteParamBean extends HttpAbstractParamBean {
/external/apache-http/src/org/apache/http/cookie/params/
DCookieSpecParamBean.java36 import org.apache.http.params.HttpAbstractParamBean;
45 public class CookieSpecParamBean extends HttpAbstractParamBean {
/external/apache-http/src/org/apache/http/client/params/
DClientParamBean.java39 import org.apache.http.params.HttpAbstractParamBean;
48 public class ClientParamBean extends HttpAbstractParamBean {
/external/apache-http/api/
Dapache-http-legacy-current.txt1366 public deprecated class AuthParamBean extends org.apache.http.params.HttpAbstractParamBean {
1593 public deprecated class ClientParamBean extends org.apache.http.params.HttpAbstractParamBean {
1833 …lic deprecated class ConnConnectionParamBean extends org.apache.http.params.HttpAbstractParamBean {
1844 …public deprecated class ConnManagerParamBean extends org.apache.http.params.HttpAbstractParamBean {
1883 public deprecated class ConnRouteParamBean extends org.apache.http.params.HttpAbstractParamBean {
2182 public deprecated class CookieSpecParamBean extends org.apache.http.params.HttpAbstractParamBean {
3901 public abstract deprecated class HttpAbstractParamBean {
3902 ctor public HttpAbstractParamBean(org.apache.http.params.HttpParams);
3906 …lic deprecated class HttpConnectionParamBean extends org.apache.http.params.HttpAbstractParamBean {
3948 …ublic deprecated class HttpProtocolParamBean extends org.apache.http.params.HttpAbstractParamBean {