public class HttpClientHelper
extends java.lang.Object
RemoteClient but not available externally)| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientHelper.NonBlockingHttpParams |
static class |
HttpClientHelper.NonBlockingHttpParamsFactory
An extension of the DefaultHttpParamsFactory that uses a RRW lock pattern rather than
full synchronization around the parameter CRUD - to avoid locking on many reads.
|
| Constructor and Description |
|---|
HttpClientHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.httpclient.HttpClient |
getHttpClient()
Returns an initialised HttpClient instance for the current thread, which
will have been configured for optimal settings
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.