Class HttpAbstractParamBean

  • Direct Known Subclasses:
    HttpConnectionParamBean, HttpProtocolParamBean

    @Deprecated
    public abstract class HttpAbstractParamBean
    extends java.lang.Object
    Deprecated.
    (4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
    Since:
    4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected 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.