Package org.apache.http.conn.params
Class ConnConnectionParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnConnectionParamBean
@Deprecated
public class ConnConnectionParamBean
extends org.apache.http.params.HttpAbstractParamBean
Deprecated.
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP client connection parameters
using Java Beans conventions.- Since:
- 4.0
-
Field Summary
Fields inherited from class org.apache.http.params.HttpAbstractParamBean
params
-
Constructor Summary
ConstructorsConstructorDescriptionConnConnectionParamBean
(org.apache.http.params.HttpParams params) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMaxStatusLineGarbage
(int maxStatusLineGarbage) Deprecated.(4.2) Use customDefaultHttpResponseParser
implementation
-
Constructor Details
-
ConnConnectionParamBean
public ConnConnectionParamBean(org.apache.http.params.HttpParams params) Deprecated.
-
-
Method Details
-
setMaxStatusLineGarbage
Deprecated.(4.2) Use customDefaultHttpResponseParser
implementation
-
DefaultHttpResponseParser
implementation.