Uses of Class
org.glassfish.grizzly.web.FileCache.FileCacheEntry

Packages that use FileCache.FileCacheEntry
org.glassfish.grizzly.web   
 

Uses of FileCache.FileCacheEntry in org.glassfish.grizzly.web
 

Methods in org.glassfish.grizzly.web that return FileCache.FileCacheEntry
protected  FileCache.FileCacheEntry FileCache.map(byte[] requestBytes, int start, int length)
          Return true if the file is cached.
 

Methods in org.glassfish.grizzly.web that return types with arguments of type FileCache.FileCacheEntry
 ConcurrentHashMap<String,FileCache.FileCacheEntry> FileCache.getCache()
          Return the FileCache
 

Methods in org.glassfish.grizzly.web with parameters of type FileCache.FileCacheEntry
protected  void FileCache.sendCache(StreamWriter streamWriter, FileCache.FileCacheEntry entry, boolean keepAlive)
          Send the cached resource.
 

Method parameters in org.glassfish.grizzly.web with type arguments of type FileCache.FileCacheEntry
 void FileCache.setCacheManager(ConcurrentLinkedQueue<FileCache.FileCacheEntry> cacheManager)
          Set the cache manager used by this instance.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.