| Package | Description |
|---|---|
| org.apache.commons.jcs3.auxiliary.remote.http.client | |
| org.apache.commons.jcs3.auxiliary.remote.http.client.behavior |
| Modifier and Type | Method and Description |
|---|---|
RemoteHttpCacheAttributes |
RemoteHttpCacheClient.getRemoteHttpCacheAttributes() |
RemoteHttpCacheAttributes |
RemoteHttpCache.getRemoteHttpCacheAttributes() |
protected RemoteHttpCacheAttributes |
AbstractHttpClient.getRemoteHttpCacheAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected <V,K> IRemoteHttpCacheClient<K,V> |
RemoteHttpCacheFactory.createRemoteHttpCacheClientForAttributes(RemoteHttpCacheAttributes cattr)
This is an extension point.
|
void |
RemoteHttpCacheClient.initialize(RemoteHttpCacheAttributes attributes)
The provides an extension point.
|
void |
RemoteHttpCacheClient.setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes remoteHttpCacheAttributes) |
| Constructor and Description |
|---|
AbstractHttpClient(RemoteHttpCacheAttributes remoteHttpCacheAttributes)
Sets the default Properties File and Heading, and creates the HttpClient and connection
manager.
|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener,
RemoteHttpCacheMonitor monitor)
Constructor for the RemoteCache object.
|
RemoteHttpCacheClient(RemoteHttpCacheAttributes attributes)
Constructs a client.
|
RemoteHttpCacheDispatcher(RemoteHttpCacheAttributes remoteHttpCacheAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRemoteHttpCacheClient.initialize(RemoteHttpCacheAttributes attributes)
The provides an extension point.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.