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

Packages that use FileCache
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
 

Uses of FileCache in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as FileCache
protected  FileCache FileCacheFactory.fileCache
          A list of FileCache instance this Factory is owning.
 

Methods in com.sun.grizzly.http that return FileCache
protected  FileCache FileCacheFactory.createFileCache()
           
 FileCache FileCacheFactory.getFileCache()
          Return an instance of a FileCache
 

Method parameters in com.sun.grizzly.http with type arguments of type FileCache
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 FileCache in com.sun.grizzly.ssl
 

Subclasses of FileCache in com.sun.grizzly.ssl
 class SSLFileCache
          This class implements a file caching mechanism used to cache static resources.
 

Methods in com.sun.grizzly.ssl that return FileCache
protected  FileCache SSLFileCacheFactory.createFileCache()
          Return an instance of a FileCache
 

Uses of FileCache in com.sun.grizzly.standalone
 

Fields in com.sun.grizzly.standalone declared as FileCache
protected  FileCache StaticHandler.fileCache
          The FileCache mechanism used to cache static resources.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.