Uses of Class
org.apache.commons.jcs3.auxiliary.remote.http.client.RemoteHttpCacheAttributes
Packages that use RemoteHttpCacheAttributes
Package
Description
-
Uses of RemoteHttpCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.client
Methods in org.apache.commons.jcs3.auxiliary.remote.http.client that return RemoteHttpCacheAttributesModifier and TypeMethodDescriptionprotected RemoteHttpCacheAttributes
AbstractHttpClient.getRemoteHttpCacheAttributes()
RemoteHttpCache.getRemoteHttpCacheAttributes()
RemoteHttpCacheClient.getRemoteHttpCacheAttributes()
Methods in org.apache.commons.jcs3.auxiliary.remote.http.client with parameters of type RemoteHttpCacheAttributesModifier and TypeMethodDescriptionprotected <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) Constructors in org.apache.commons.jcs3.auxiliary.remote.http.client with parameters of type RemoteHttpCacheAttributesModifierConstructorDescriptionAbstractHttpClient
(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) -
Uses of RemoteHttpCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.client.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.http.client.behavior with parameters of type RemoteHttpCacheAttributesModifier and TypeMethodDescriptionvoid
IRemoteHttpCacheClient.initialize
(RemoteHttpCacheAttributes attributes) The provides an extension point.