Uses of Class
org.glassfish.grizzly.http.server.filecache.FileCache
Packages that use FileCache
-
Uses of FileCache in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return FileCacheConstructors in org.glassfish.grizzly.http.server with parameters of type FileCache -
Uses of FileCache in org.glassfish.grizzly.http.server.filecache
Methods in org.glassfish.grizzly.http.server.filecache with parameters of type FileCacheModifier and TypeMethodDescriptionprotected 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.notifyProbesEntryMissed(FileCache fileCache, org.glassfish.grizzly.http.HttpRequestPacket request) Notify registeredFileCacheProbes about the "entry missed" event.protected static voidFileCache.notifyProbesEntryRemoved(FileCache fileCache, FileCacheEntry entry) Notify registeredFileCacheProbes about the "entry removed" event.protected static voidFileCache.notifyProbesError(FileCache fileCache, Throwable error) Notify registeredFileCacheProbes about the error.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.onEntryMissedEvent(FileCache fileCache, String host, String requestURI) Method will be called, when file cache entry is missed for some resource.voidFileCacheProbe.onEntryMissedEvent(FileCache fileCache, String host, String requestURI) Method will be called, when file cache entry is missed for some resource.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.voidFileCacheProbe.Adapter.onErrorEvent(FileCache fileCache, Throwable error) Method will be called, when error occurs on theFileCache.voidFileCacheProbe.onErrorEvent(FileCache fileCache, Throwable error) Method will be called, when error occurs on theFileCache.Constructors in org.glassfish.grizzly.http.server.filecache with parameters of type FileCache