|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileCacheEntry | |
|---|---|
| org.glassfish.grizzly.http.server.filecache | |
| Uses of FileCacheEntry in org.glassfish.grizzly.http.server.filecache |
|---|
| Methods in org.glassfish.grizzly.http.server.filecache with parameters of type FileCacheEntry | |
|---|---|
protected boolean |
FileCache.checkIfHeaders(FileCacheEntry entry,
HttpRequestPacket request)
Check if the conditions specified in the optional If headers are satisfied. |
protected boolean |
FileCache.checkIfMatch(FileCacheEntry entry,
HttpRequestPacket request)
Check if the if-match condition is satisfied. |
protected boolean |
FileCache.checkIfUnmodifiedSince(FileCacheEntry entry,
HttpRequestPacket request)
Check if the if-unmodified-since condition is satisfied. |
protected HttpPacket |
FileCache.makeResponse(FileCacheEntry entry,
HttpRequestPacket request)
Send the cached resource. |
protected static void |
FileCache.notifyProbesEntryAdded(FileCache fileCache,
FileCacheEntry entry)
Notify registered FileCacheProbes about the "entry added" event. |
protected static void |
FileCache.notifyProbesEntryHit(FileCache fileCache,
FileCacheEntry entry)
Notify registered FileCacheProbes about the "entry hit event. |
protected static void |
FileCache.notifyProbesEntryRemoved(FileCache fileCache,
FileCacheEntry entry)
Notify registered FileCacheProbes about the "entry removed" event. |
void |
FileCacheProbe.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets added. |
void |
FileCacheProbe.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets hit. |
void |
FileCacheProbe.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets removed. |
protected void |
FileCache.remove(FileCacheEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||