public static class HttpClientFactory.NonBlockingHttpParamsFactory
extends org.apache.commons.httpclient.params.DefaultHttpParamsFactory
Constructor and Description |
---|
NonBlockingHttpParamsFactory() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.httpclient.params.HttpParams |
createParams()
NOTE: This is a copy of the code in
DefaultHttpParamsFactory
Unfortunately this is required because although the factory pattern allows the
override of the default param creation, it does not allow the class of the actual
HttpParam implementation to be changed. |
org.apache.commons.httpclient.params.HttpParams |
getDefaultParams() |
public org.apache.commons.httpclient.params.HttpParams getDefaultParams()
getDefaultParams
in interface org.apache.commons.httpclient.params.HttpParamsFactory
getDefaultParams
in class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
protected org.apache.commons.httpclient.params.HttpParams createParams()
DefaultHttpParamsFactory
Unfortunately this is required because although the factory pattern allows the
override of the default param creation, it does not allow the class of the actual
HttpParam implementation to be changed.createParams
in class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
Copyright © 2005–2018 Alfresco Software. All rights reserved.