Class ConnConnectionParamBean


  • @Deprecated
    public class ConnConnectionParamBean
    extends HttpAbstractParamBean
    Deprecated.
    (4.1) use custom DefaultHttpResponseParser implementation.
    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
    • Constructor Detail

      • ConnConnectionParamBean

        public ConnConnectionParamBean​(HttpParams params)
        Deprecated.
    • Method Detail

      • setMaxStatusLineGarbage

        @Deprecated
        public void setMaxStatusLineGarbage​(int maxStatusLineGarbage)
        Deprecated.
        (4.2) Use custom DefaultHttpResponseParser implementation