public static class HttpClientHelper.NonBlockingHttpParamsFactory
extends org.apache.commons.httpclient.params.DefaultHttpParamsFactory
| Constructor and Description |
|---|
HttpClientHelper.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 HttpClientHelper.NonBlockingHttpParamsFactory()
public org.apache.commons.httpclient.params.HttpParams getDefaultParams()
getDefaultParams in interface org.apache.commons.httpclient.params.HttpParamsFactorygetDefaultParams in class org.apache.commons.httpclient.params.DefaultHttpParamsFactoryprotected 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.DefaultHttpParamsFactoryCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.