DefaultHttpResponseParser implementation.@Deprecated
public class ConnConnectionParamBean
extends org.apache.http.params.HttpAbstractParamBean
HttpParams and manipulate HTTP client connection parameters
using Java Beans conventions.| Constructor | Description |
|---|---|
ConnConnectionParamBean(org.apache.http.params.HttpParams params) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
setMaxStatusLineGarbage(int maxStatusLineGarbage) |
Deprecated.
(4.2) Use custom
DefaultHttpResponseParser implementation |
public ConnConnectionParamBean(org.apache.http.params.HttpParams params)
@Deprecated public void setMaxStatusLineGarbage(int maxStatusLineGarbage)
DefaultHttpResponseParser implementation