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
address, cache, cacheManager, fileCache, isEnabled, isLargeFileCacheEnabled, isMonitoringEnabled, maxCacheEntries, maxEntrySize, maxLargeFileCacheSize, maxSmallFileCacheSize, minEntrySize, port, secondsMaxAge
 
Constructor Summary
SSLFileCacheFactory()
           
 
Method Summary
protected  FileCache createFileCache()
          Return an instance of a FileCache
static FileCacheFactory getFactory(int currentPort)
          Return an instance of this Factory.
static FileCacheFactory newInstance(int currentPort)
          Configure the factory.
 
Methods inherited from class com.sun.grizzly.http.FileCacheFactory
configureFileCache, getCache, getCountContentHits, getCountContentMisses, getCountEntries, getCountHits, getCountInfoHits, getCountInfoMisses, getCountMisses, getCountOpenEntries, getFactory, getFactory, getFileCache, getFlagEnabled, getHeaderBBSize, getLargeFileCacheEnabled, getMaxCacheEntries, getMaxEntries, getMaxEntrySize, getMaxHeapCacheSize, getMaxLargeCacheSize, getMaxMmapCacheSize, getMaxOpenEntries, getMaxSmallCacheSize, getMinEntrySize, getSecondsMaxAge, getSizeHeapCache, getSizeMmapCache, isEnabled, newInstance, 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.


createFileCache

protected FileCache createFileCache()
Return an instance of a FileCache

Overrides:
createFileCache in class FileCacheFactory


Copyright © 2012 Oracle Corporation. All Rights Reserved.