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

Packages that use FileCache
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.handlers   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.connector.grizzly.standalone   
 

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

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

Methods in com.sun.enterprise.web.connector.grizzly that return FileCache
 FileCache FileCacheFactory.getFileCache()
          Return an instance of a FileCache
 

Uses of FileCache in com.sun.enterprise.web.connector.grizzly.handlers
 

Fields in com.sun.enterprise.web.connector.grizzly.handlers declared as FileCache
protected  FileCache ContentLengthHandler.fileCache
          The FileCache mechanism used to cache static resources.
protected  FileCache NoParsingHandler.fileCache
          The FileCache mechanism used to cache static resources.
 

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

Methods in com.sun.enterprise.web.connector.grizzly.ssl that return FileCache
 FileCache SSLFileCacheFactory.getFileCache()
          Return an instance of a FileCache
 

Uses of FileCache in com.sun.enterprise.web.connector.grizzly.standalone
 

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



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