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