Uses of Class
com.sun.grizzly.http.FileCacheFactory

Packages that use FileCacheFactory
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of FileCacheFactory in com.sun.grizzly.http
 

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

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

Methods in com.sun.grizzly.http that return FileCacheFactory
protected  FileCacheFactory SelectorThread.createFileCacheFactory()
           
static FileCacheFactory FileCacheFactory.getFactory(InetAddress currentAddress, int currentPort)
          Return an instance of this Factory.
static FileCacheFactory FileCacheFactory.getFactory(InetAddress currentAddress, int currentPort, Class<? extends FileCache> fcc)
          Return an instance of this Factory.
static FileCacheFactory FileCacheFactory.newInstance(InetAddress currentAddress, int currentPort, Class<? extends FileCache> fcc)
          Configure the factory.
 

Uses of FileCacheFactory in com.sun.grizzly.ssl
 

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

Methods in com.sun.grizzly.ssl that return FileCacheFactory
protected  FileCacheFactory SSLSelectorThread.createFileCacheFactory()
          Create SSL aware FileCacheFactory
static FileCacheFactory SSLFileCacheFactory.getFactory(int currentPort)
          Return an instance of this Factory.
static FileCacheFactory SSLFileCacheFactory.newInstance(int currentPort)
          Configure the factory.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.