org.apache.http.params
Class HttpConnectionParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.params.HttpConnectionParamBean
public class HttpConnectionParamBean
- extends HttpAbstractParamBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConnectionParamBean
public HttpConnectionParamBean(HttpParams params)
setSoTimeout
public void setSoTimeout(int soTimeout)
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay)
setSocketBufferSize
public void setSocketBufferSize(int socketBufferSize)
setLinger
public void setLinger(int linger)
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout)
setStaleCheckingEnabled
public void setStaleCheckingEnabled(boolean staleCheckingEnabled)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.