Uses of Class
org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes

Packages that use RemoteHttpCacheAttributes
org.apache.jcs.auxiliary.remote.http.client   
org.apache.jcs.auxiliary.remote.http.client.behavior   
 

Uses of RemoteHttpCacheAttributes in org.apache.jcs.auxiliary.remote.http.client
 

Methods in org.apache.jcs.auxiliary.remote.http.client that return RemoteHttpCacheAttributes
 RemoteHttpCacheAttributes AbstractHttpClient.getRemoteHttpCacheAttributes()
           
 RemoteHttpCacheAttributes RemoteHttpCache.getRemoteHttpCacheAttributes()
           
 RemoteHttpCacheAttributes RemoteHttpCacheClient.getRemoteHttpCacheAttributes()
           
 

Methods in org.apache.jcs.auxiliary.remote.http.client with parameters of type RemoteHttpCacheAttributes
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)
           
 

Constructors in org.apache.jcs.auxiliary.remote.http.client with parameters of type RemoteHttpCacheAttributes
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)
           
 

Uses of RemoteHttpCacheAttributes in org.apache.jcs.auxiliary.remote.http.client.behavior
 

Methods in org.apache.jcs.auxiliary.remote.http.client.behavior with parameters of type RemoteHttpCacheAttributes
 void IRemoteHttpCacheClient.initialize(RemoteHttpCacheAttributes attributes)
          The provides an extension point.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.