com.sun.grizzly.ssl
Class SSLFileCacheFactory

java.lang.Object
  extended by com.sun.grizzly.http.FileCacheFactory
      extended by com.sun.grizzly.ssl.SSLFileCacheFactory

public class SSLFileCacheFactory
extends FileCacheFactory

File cache extension used to support SSL.

Author:
Jeanfrancois Arcand

Field Summary
 
Fields inherited from class com.sun.grizzly.http.FileCacheFactory
cache, cacheManager, fileCache, isEnabled, isLargeFileCacheEnabled, isMonitoringEnabled, maxCacheEntries, maxEntrySize, maxLargeFileCacheSize, maxSmallFileCacheSize, minEntrySize, port, secondsMaxAge
 
Constructor Summary
SSLFileCacheFactory()
           
 
Method Summary
static FileCacheFactory getFactory(int currentPort)
          Return an instance of this Factory.
 FileCache getFileCache()
          Return an instance of a FileCache
static FileCacheFactory newInstance(int currentPort)
          Configure the factory.
 
Methods inherited from class com.sun.grizzly.http.FileCacheFactory
getCache, getCountContentHits, getCountContentMisses, getCountEntries, getCountHits, getCountInfoHits, getCountInfoMisses, getCountMisses, getCountOpenEntries, getFlagEnabled, getHeaderBBSize, getLargeFileCacheEnabled, getMaxCacheEntries, getMaxEntries, getMaxEntrySize, getMaxHeapCacheSize, getMaxLargeCacheSize, getMaxMmapCacheSize, getMaxOpenEntries, getMaxSmallCacheSize, getMinEntrySize, getSecondsMaxAge, getSizeHeapCache, getSizeMmapCache, isEnabled, setCacheManager, setHeaderBBSize, setIsEnabled, setIsMonitoringEnabled, setLargeFileCacheEnabled, setMaxCacheEntries, setMaxEntrySize, setMaxLargeCacheSize, setMaxSmallCacheSize, setMinEntrySize, setSecondsMaxAge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLFileCacheFactory

public SSLFileCacheFactory()
Method Detail

newInstance

public static FileCacheFactory newInstance(int currentPort)
Configure the factory.


getFactory

public static FileCacheFactory getFactory(int currentPort)
Return an instance of this Factory.


getFileCache

public FileCache getFileCache()
Return an instance of a FileCache

Overrides:
getFileCache in class FileCacheFactory


Copyright © 2011 SUN Microsystems. All Rights Reserved.