|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileCache | |
|---|---|
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.filecache | |
| org.glassfish.grizzly.http.server.filecache.jmx | |
| Uses of FileCache in org.glassfish.grizzly.http.server |
|---|
| Methods in org.glassfish.grizzly.http.server that return FileCache | |
|---|---|
FileCache |
NetworkListener.getFileCache()
|
FileCache |
FileCacheFilter.getFileCache()
|
| Constructors in org.glassfish.grizzly.http.server with parameters of type FileCache | |
|---|---|
FileCacheFilter(FileCache fileCache)
|
|
| Uses of FileCache in org.glassfish.grizzly.http.server.filecache |
|---|
| Methods in org.glassfish.grizzly.http.server.filecache with parameters of type FileCache | |
|---|---|
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,
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. |
| Constructors in org.glassfish.grizzly.http.server.filecache with parameters of type FileCache | |
|---|---|
FileCacheEntry(FileCache fileCache)
|
|
| Uses of FileCache in org.glassfish.grizzly.http.server.filecache.jmx |
|---|
| Constructors in org.glassfish.grizzly.http.server.filecache.jmx with parameters of type FileCache | |
|---|---|
FileCache(FileCache fileCache)
Constructs a new JMX managed FileCache for the specified FileCache instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||