| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.filecache |
| 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
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.notifyProbesEntryMissed(FileCache fileCache,
org.glassfish.grizzly.http.HttpRequestPacket request)
Notify registered
FileCacheProbes about the "entry missed" event. |
protected static void |
FileCache.notifyProbesEntryRemoved(FileCache fileCache,
FileCacheEntry entry)
Notify registered
FileCacheProbes about the "entry removed" event. |
protected static void |
FileCache.notifyProbesError(FileCache fileCache,
Throwable error)
Notify registered
FileCacheProbes 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) |
Copyright © 2019 Oracle Corporation. All Rights Reserved.