Package | Description |
---|---|
org.apache.jcs.auxiliary.remote.http.client | |
org.apache.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 IRemoteHttpCacheClient |
RemoteHttpCacheManager.createRemoteHttpCacheClientForAttributes(RemoteHttpCacheAttributes cattr)
This is an extension point.
|
AuxiliaryCache |
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,
IRemoteCacheService remote,
IRemoteCacheListener 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-2013 Apache Software Foundation. All Rights Reserved.