Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.server.filecache | |
org.glassfish.grizzly.http.server.filecache.jmx |
Modifier and Type | Method and Description |
---|---|
FileCache |
NetworkListener.getFileCache() |
FileCache |
FileCacheFilter.getFileCache() |
Constructor and Description |
---|
FileCacheFilter(FileCache fileCache) |
Modifier and Type | Method and Description |
---|---|
protected static void |
FileCache.notifyProbesEntryAdded(FileCache fileCache,
FileCacheEntry entry)
Notify registered
FileCacheProbe s about the "entry added" event. |
protected static void |
FileCache.notifyProbesEntryHit(FileCache fileCache,
FileCacheEntry entry)
Notify registered
FileCacheProbe s about the "entry hit event. |
protected static void |
FileCache.notifyProbesEntryMissed(FileCache fileCache,
HttpRequestPacket request)
Notify registered
FileCacheProbe s about the "entry missed" event. |
protected static void |
FileCache.notifyProbesEntryRemoved(FileCache fileCache,
FileCacheEntry entry)
Notify registered
FileCacheProbe s about the "entry removed" event. |
protected static void |
FileCache.notifyProbesError(FileCache fileCache,
Throwable error)
Notify registered
FileCacheProbe s about the error. |
void |
FileCacheProbe.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets added.
|
void |
FileCacheProbe.Adapter.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.Adapter.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets hit.
|
void |
FileCacheProbe.onEntryMissedEvent(FileCache fileCache,
String host,
String requestURI)
Method will be called, when file cache entry is missed for some resource.
|
void |
FileCacheProbe.Adapter.onEntryMissedEvent(FileCache fileCache,
String host,
String requestURI)
Method will be called, when file cache entry is missed for some resource.
|
void |
FileCacheProbe.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets removed.
|
void |
FileCacheProbe.Adapter.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry)
Method will be called, when file cache entry gets removed.
|
void |
FileCacheProbe.onErrorEvent(FileCache fileCache,
Throwable error)
Method will be called, when error occurs on the
FileCache . |
void |
FileCacheProbe.Adapter.onErrorEvent(FileCache fileCache,
Throwable error)
Method will be called, when error occurs on the
FileCache . |
Constructor and Description |
---|
FileCacheEntry(FileCache fileCache) |
Constructor and Description |
---|
FileCache(FileCache fileCache)
Constructs a new JMX managed FileCache for the specified
FileCache instance. |
Copyright © 2015 Oracle Corporation. All rights reserved.