|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileCache.FileCacheEntry | |
|---|---|
| com.sun.grizzly.http | |
| com.sun.grizzly.ssl | |
| Uses of FileCache.FileCacheEntry in com.sun.grizzly.http |
|---|
| Fields in com.sun.grizzly.http with type parameters of type FileCache.FileCacheEntry | |
|---|---|
protected Queue<FileCache.FileCacheEntry> |
FileCacheFactory.cacheManager
The cache manager used by instance of FileCache
created by this factory; |
| Methods in com.sun.grizzly.http that return FileCache.FileCacheEntry | |
|---|---|
protected FileCache.FileCacheEntry |
FileCache.map(Request request)
Return true if the file is cached. |
| Methods in com.sun.grizzly.http that return types with arguments of type FileCache.FileCacheEntry | |
|---|---|
Map<String,FileCache.FileCacheEntry> |
FileCacheFactory.getCache()
Return the FileCache |
ConcurrentHashMap<String,FileCache.FileCacheEntry> |
FileCache.getCache()
Return the FileCache |
| Methods in com.sun.grizzly.http with parameters of type FileCache.FileCacheEntry | |
|---|---|
protected boolean |
FileCache.checkIfHeaders(Request request,
FileCache.FileCacheEntry entry)
Check if the conditions specified in the optional If headers are satisfied. |
protected boolean |
FileCache.checkIfMatch(Request request,
FileCache.FileCacheEntry entry)
Check if the if-match condition is satisfied. |
protected boolean |
FileCache.checkIfUnmodifiedSince(Request request,
FileCache.FileCacheEntry entry)
Check if the if-unmodified-since condition is satisfied. |
protected void |
FileCache.recalcCacheStats(FileCache.FileCacheEntry entry)
|
protected void |
FileCache.recalcCacheStatsIfMonitoring(FileCache.FileCacheEntry entry)
|
protected void |
FileCache.sendCache(Request request,
FileCache.FileCacheEntry entry)
Send the cached resource. |
| Method parameters in com.sun.grizzly.http with type arguments of type FileCache.FileCacheEntry | |
|---|---|
void |
FileCacheFactory.setCacheManager(Queue<FileCache.FileCacheEntry> cacheManager)
|
void |
FileCache.setCacheManager(Queue<FileCache.FileCacheEntry> cacheManager)
Set the cache manager used by this instance. |
| Uses of FileCache.FileCacheEntry in com.sun.grizzly.ssl |
|---|
| Methods in com.sun.grizzly.ssl with parameters of type FileCache.FileCacheEntry | |
|---|---|
protected void |
SSLFileCache.sendCache(Request request,
FileCache.FileCacheEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||