Uses of Class
com.sun.enterprise.web.connector.grizzly.FileCacheFactory

Packages that use FileCacheFactory
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.ssl   
 

Uses of FileCacheFactory in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as FileCacheFactory
protected  FileCacheFactory SelectorThread.fileCacheFactory
          The FileCacheFactory associated with this Selector
 

Fields in com.sun.enterprise.web.connector.grizzly with type parameters of type FileCacheFactory
protected static ConcurrentHashMap<Integer,FileCacheFactory> FileCacheFactory.cache
          Create a factory per port.
 

Methods in com.sun.enterprise.web.connector.grizzly that return FileCacheFactory
static FileCacheFactory FileCacheFactory.getFactory(int currentPort)
          Return an instance of this Factory.
static FileCacheFactory FileCacheFactory.newInstance(int currentPort)
          Configure the factory.
 

Uses of FileCacheFactory in com.sun.enterprise.web.connector.grizzly.ssl
 

Subclasses of FileCacheFactory in com.sun.enterprise.web.connector.grizzly.ssl
 class SSLFileCacheFactory
          File cache extension used to support SSL.
 

Methods in com.sun.enterprise.web.connector.grizzly.ssl that return FileCacheFactory
static FileCacheFactory SSLFileCacheFactory.getFactory(int currentPort)
          Return an instance of this Factory.
static FileCacheFactory SSLFileCacheFactory.newInstance(int currentPort)
          Configure the factory.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.