Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.remote.http.client | |
org.apache.commons.jcs.auxiliary.remote.http.client.behavior |
Modifier and Type | Method and Description |
---|---|
RemoteHttpCacheAttributes |
AbstractHttpClient.getRemoteHttpCacheAttributes() |
RemoteHttpCacheAttributes |
RemoteHttpCache.getRemoteHttpCacheAttributes() |
RemoteHttpCacheAttributes |
RemoteHttpCacheClient.getRemoteHttpCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
protected <K,V> IRemoteHttpCacheClient<K,V> |
RemoteHttpCacheManager.createRemoteHttpCacheClientForAttributes(RemoteHttpCacheAttributes cattr)
This is an extension point.
|
<K,V> RemoteCacheNoWait<K,V> |
RemoteHttpCacheManager.getCache(RemoteHttpCacheAttributes cattr)
Gets a RemoteCacheNoWait from the RemoteCacheManager.
|
void |
RemoteHttpCacheClient.initialize(RemoteHttpCacheAttributes attributes)
The provides an extension point.
|
void |
AbstractHttpClient.setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes remoteHttpCacheAttributes) |
void |
RemoteHttpCache.setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes remoteHttpCacheAttributes) |
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)
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–2018 The Apache Software Foundation. All rights reserved.