Class RemoteHttpCacheAttributes
java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributes
org.apache.commons.jcs3.auxiliary.remote.CommonRemoteCacheAttributes
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheAttributes
org.apache.commons.jcs3.auxiliary.remote.http.client.RemoteHttpCacheAttributes
- All Implemented Interfaces:
- Serializable,- Cloneable,- AuxiliaryCacheAttributes,- ICommonRemoteCacheAttributes,- IRemoteCacheAttributes
Http client specific settings.
- See Also:
- 
Field SummaryFieldsFields inherited from interface org.apache.commons.jcs3.auxiliary.remote.behavior.ICommonRemoteCacheAttributesDEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLISFields inherited from interface org.apache.commons.jcs3.auxiliary.remote.behavior.IRemoteCacheAttributesDEFAULT_RECEIVE, DEFAULT_ZOMBIE_QUEUE_MAX_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintgetUrl()booleanbooleanbooleanvoidsetConnectionTimeoutMillis(int connectionTimeoutMillis) voidsetHttpVersion(String httpVersion) voidsetIncludeCacheNameAsParameter(boolean includeCacheNameInURL) voidsetIncludeKeysAndPatternsAsParameter(boolean includeKeysAndPatternsInURL) voidsetIncludeRequestTypeasAsParameter(boolean includeRequestTypeasAsParameter) voidsetMaxConnectionsPerHost(int maxConnectionsPerHost) voidsetRemoteHttpClientClassName(String remoteHttpClientClassName) voidsetSocketTimeoutMillis(int socketTimeoutMillis) voidtoString()Methods inherited from class org.apache.commons.jcs3.auxiliary.remote.RemoteCacheAttributesgetFailoverIndex, getFailovers, getFailoverServers, getGetTimeoutMillis, getLocalPort, getThreadPoolName, getZombieQueueMaxSize, isReceive, setFailoverIndex, setFailovers, setFailoverServers, setGetTimeoutMillis, setLocalPort, setReceive, setThreadPoolName, setZombieQueueMaxSizeMethods inherited from class org.apache.commons.jcs3.auxiliary.remote.CommonRemoteCacheAttributesgetClusterServers, getGetOnly, getRemoteLocation, getRemoteServiceName, getRemoteType, getRemoteTypeName, getRemoveUponRemotePut, getRmiSocketFactoryTimeoutMillis, isLocalClusterConsistency, setClusterServers, setGetOnly, setLocalClusterConsistency, setRemoteLocation, setRemoteLocation, setRemoteServiceName, setRemoteType, setRemoteTypeName, setRemoveUponRemotePut, setRmiSocketFactoryTimeoutMillisMethods inherited from class org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributesclone, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setNameMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.jcs3.auxiliary.AuxiliaryCacheAttributesclone, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setNameMethods inherited from interface org.apache.commons.jcs3.auxiliary.remote.behavior.ICommonRemoteCacheAttributesgetClusterServers, getGetOnly, getRemoteLocation, getRemoteServiceName, getRemoteType, getRemoteTypeName, getRemoveUponRemotePut, getRmiSocketFactoryTimeoutMillis, isLocalClusterConsistency, setClusterServers, setGetOnly, setLocalClusterConsistency, setRemoteLocation, setRemoteLocation, setRemoteServiceName, setRemoteType, setRemoteTypeName, setRemoveUponRemotePut, setRmiSocketFactoryTimeoutMillis
- 
Field Details- 
DEFAULT_REMOTE_HTTP_CLIENT_CLASS_NAMEThe default classname for the client.
 
- 
- 
Constructor Details- 
RemoteHttpCacheAttributespublic RemoteHttpCacheAttributes()
 
- 
- 
Method Details- 
setMaxConnectionsPerHost- Parameters:
- maxConnectionsPerHost- the maxConnectionsPerHost to set
 
- 
getMaxConnectionsPerHost- Returns:
- the maxConnectionsPerHost
 
- 
setSocketTimeoutMillis- Parameters:
- socketTimeoutMillis- the socketTimeoutMillis to set
 
- 
getSocketTimeoutMillis- Returns:
- the socketTimeoutMillis
 
- 
setHttpVersion- Parameters:
- httpVersion- the httpVersion to set
 
- 
getHttpVersion- Returns:
- the httpVersion
 
- 
setConnectionTimeoutMillis- Parameters:
- connectionTimeoutMillis- the connectionTimeoutMillis to set
 
- 
getConnectionTimeoutMillis- Returns:
- the connectionTimeoutMillis
 
- 
setIncludeCacheNameAsParameter- Parameters:
- includeCacheNameInURL- the includeCacheNameInURL to set
 
- 
isIncludeCacheNameAsParameter- Returns:
- the includeCacheNameInURL
 
- 
setIncludeKeysAndPatternsAsParameter- Parameters:
- includeKeysAndPatternsInURL- the includeKeysAndPatternsInURL to set
 
- 
isIncludeKeysAndPatternsAsParameter- Returns:
- the includeKeysAndPatternsInURL
 
- 
setIncludeRequestTypeasAsParameter- Parameters:
- includeRequestTypeasAsParameter- the includeRequestTypeasAsParameter to set
 
- 
isIncludeRequestTypeasAsParameter- Returns:
- the includeRequestTypeasAsParameter
 
- 
setUrl- Parameters:
- url- the url to set
 
- 
getUrl- Returns:
- the url
 
- 
setRemoteHttpClientClassName- Parameters:
- remoteHttpClientClassName- the remoteHttpClientClassName to set
 
- 
getRemoteHttpClientClassName- Returns:
- the remoteHttpClientClassName
 
- 
toString- Overrides:
- toStringin class- RemoteCacheAttributes
- Returns:
- String details
 
 
-