Uses of Class
org.glassfish.grizzly.http.server.filecache.FileCacheEntry
Packages that use FileCacheEntry
-
Uses of FileCacheEntry in org.glassfish.grizzly.http.server.filecache
Methods in org.glassfish.grizzly.http.server.filecache that return FileCacheEntryModifier and TypeMethodDescriptionFileCache.get(org.glassfish.grizzly.http.HttpRequestPacket request) ReturnsFileCacheEntry.Methods in org.glassfish.grizzly.http.server.filecache with parameters of type FileCacheEntryModifier and TypeMethodDescriptionprotected voidFileCache.compressFile(FileCacheEntry entry) Creates a temporary compressed representation of the given cache entry.protected static voidFileCache.notifyProbesEntryAdded(FileCache fileCache, FileCacheEntry entry) Notify registeredFileCacheProbes about the "entry added" event.protected static voidFileCache.notifyProbesEntryHit(FileCache fileCache, FileCacheEntry entry) Notify registeredFileCacheProbes about the "entry hit event.protected static voidFileCache.notifyProbesEntryRemoved(FileCache fileCache, FileCacheEntry entry) Notify registeredFileCacheProbes about the "entry removed" event.voidFileCacheProbe.Adapter.onEntryAddedEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets added.voidFileCacheProbe.onEntryAddedEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets added.voidFileCacheProbe.Adapter.onEntryHitEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets hit.voidFileCacheProbe.onEntryHitEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets hit.voidFileCacheProbe.Adapter.onEntryRemovedEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets removed.voidFileCacheProbe.onEntryRemovedEvent(FileCache fileCache, FileCacheEntry entry) Method will be called, when file cache entry gets removed.protected voidFileCache.remove(FileCacheEntry entry)