@Deprecated public class HttpConnectionParamBean extends HttpAbstractParamBean
HttpParams
and manipulate HTTP connection parameters using Java Beans
conventions.params
Constructor and Description |
---|
HttpConnectionParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
setConnectionTimeout(int connectionTimeout)
Deprecated.
|
void |
setLinger(int linger)
Deprecated.
|
void |
setSocketBufferSize(int socketBufferSize)
Deprecated.
|
void |
setSoTimeout(int soTimeout)
Deprecated.
|
void |
setStaleCheckingEnabled(boolean staleCheckingEnabled)
Deprecated.
|
void |
setTcpNoDelay(boolean tcpNoDelay)
Deprecated.
|
public HttpConnectionParamBean(HttpParams params)
public void setSoTimeout(int soTimeout)
public void setTcpNoDelay(boolean tcpNoDelay)
public void setSocketBufferSize(int socketBufferSize)
public void setLinger(int linger)
public void setConnectionTimeout(int connectionTimeout)
public void setStaleCheckingEnabled(boolean staleCheckingEnabled)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.