org.apache.http.params
Class HttpAbstractParamBean

java.lang.Object
  extended by org.apache.http.params.HttpAbstractParamBean
Direct Known Subclasses:
HttpConnectionParamBean, HttpProtocolParamBean

Deprecated. (4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'

@Deprecated
public abstract class HttpAbstractParamBean
extends Object

Since:
4.0

Field Summary
protected  HttpParams params
          Deprecated.  
 
Constructor Summary
HttpAbstractParamBean(HttpParams params)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

protected final HttpParams params
Deprecated. 
Constructor Detail

HttpAbstractParamBean

public HttpAbstractParamBean(HttpParams params)
Deprecated. 


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.