Save This Page
Home » HttpComponents-Core-4.0.1 » org.apache.http.params » [javadoc | source]
org.apache.http.params
public class: HttpConnectionParamBean [javadoc | source]
java.lang.Object
   org.apache.http.params.HttpAbstractParamBean
      org.apache.http.params.HttpConnectionParamBean
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.
Fields inherited from org.apache.http.params.HttpAbstractParamBean:
params
Constructor:
 public HttpConnectionParamBean(HttpParams params) 
Method from org.apache.http.params.HttpConnectionParamBean Summary:
setConnectionTimeout,   setLinger,   setSoTimeout,   setSocketBufferSize,   setStaleCheckingEnabled,   setTcpNoDelay
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.http.params.HttpConnectionParamBean Detail:
 public  void setConnectionTimeout(int connectionTimeout) 
 public  void setLinger(int linger) 
 public  void setSoTimeout(int soTimeout) 
 public  void setSocketBufferSize(int socketBufferSize) 
 public  void setStaleCheckingEnabled(boolean staleCheckingEnabled) 
 public  void setTcpNoDelay(boolean tcpNoDelay)