Class HttpConnectionParamBean

java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.params.HttpConnectionParamBean

@Deprecated public class HttpConnectionParamBean extends HttpAbstractParamBean
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP connection parameters using Java Beans conventions.
Since:
4.0
  • Constructor Details

    • HttpConnectionParamBean

      public HttpConnectionParamBean(HttpParams params)
      Deprecated.
  • Method Details

    • setSoTimeout

      public void setSoTimeout(int soTimeout)
      Deprecated.
    • setTcpNoDelay

      public void setTcpNoDelay(boolean tcpNoDelay)
      Deprecated.
    • setSocketBufferSize

      public void setSocketBufferSize(int socketBufferSize)
      Deprecated.
    • setLinger

      public void setLinger(int linger)
      Deprecated.
    • setConnectionTimeout

      public void setConnectionTimeout(int connectionTimeout)
      Deprecated.
    • setStaleCheckingEnabled

      public void setStaleCheckingEnabled(boolean staleCheckingEnabled)
      Deprecated.