Uses of Interface
org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Packages that use FileCacheProbe Package Description org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.filecache -
-
Uses of FileCacheProbe in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return types with arguments of type FileCacheProbe Modifier and Type Method Description org.glassfish.grizzly.monitoring.MonitoringConfig<FileCacheProbe>HttpServerMonitoringConfig. getFileCacheConfig()Get the file cache monitoring config. -
Uses of FileCacheProbe in org.glassfish.grizzly.http.server.filecache
Classes in org.glassfish.grizzly.http.server.filecache that implement FileCacheProbe Modifier and Type Class Description static classFileCacheProbe.AdapterFileCacheProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly.http.server.filecache with type parameters of type FileCacheProbe Modifier and Type Field Description protected org.glassfish.grizzly.monitoring.DefaultMonitoringConfig<FileCacheProbe>FileCache. monitoringConfigFile cache probesMethods in org.glassfish.grizzly.http.server.filecache that return types with arguments of type FileCacheProbe Modifier and Type Method Description org.glassfish.grizzly.monitoring.MonitoringConfig<FileCacheProbe>FileCache. getMonitoringConfig()
-