Uses of Interface
org.glassfish.grizzly.http.server.HttpServerProbe
-
Packages that use HttpServerProbe Package Description org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.accesslog -
-
Uses of HttpServerProbe in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement HttpServerProbe Modifier and Type Class Description static classHttpServerProbe.AdapterHttpServerProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly.http.server with type parameters of type HttpServerProbe Modifier and Type Field Description protected org.glassfish.grizzly.monitoring.DefaultMonitoringConfig<HttpServerProbe>HttpServerFilter. monitoringConfigWeb server probesMethods in org.glassfish.grizzly.http.server that return types with arguments of type HttpServerProbe Modifier and Type Method Description org.glassfish.grizzly.monitoring.MonitoringConfig<HttpServerProbe>HttpServerFilter. getMonitoringConfig()org.glassfish.grizzly.monitoring.MonitoringConfig<HttpServerProbe>HttpServerMonitoringConfig. getWebServerConfig()Get the web server monitoring config. -
Uses of HttpServerProbe in org.glassfish.grizzly.http.server.accesslog
Classes in org.glassfish.grizzly.http.server.accesslog that implement HttpServerProbe Modifier and Type Class Description classAccessLogProbeA Grizzly probe used to provide access logs generation.
-