Uses of Interface
org.glassfish.grizzly.ConnectionProbe
-
Packages that use ConnectionProbe Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of ConnectionProbe in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement ConnectionProbe Modifier and Type Class Description static classConnectionProbe.AdapterConnectionProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly declared as ConnectionProbe Modifier and Type Field Description protected ConnectionProbeAbstractSocketConnectorHandler.Builder. connectionProbeFields in org.glassfish.grizzly with type parameters of type ConnectionProbe Modifier and Type Field Description protected DefaultMonitoringConfig<ConnectionProbe>AbstractTransport. connectionMonitoringConfigConnection probesprotected List<ConnectionProbe>AbstractSocketConnectorHandler. probesMethods in org.glassfish.grizzly that return ConnectionProbe Modifier and Type Method Description ConnectionProbe[]AbstractSocketConnectorHandler. getMonitoringProbes()Get theConnectionProbe, which are registered on the Connection.Methods in org.glassfish.grizzly that return types with arguments of type ConnectionProbe Modifier and Type Method Description MonitoringConfig<ConnectionProbe>AbstractTransport. getConnectionMonitoringConfig()Get the monitoring configuration for TransportConnections.MonitoringConfig<ConnectionProbe>Transport. getConnectionMonitoringConfig()Get the monitoring configuration for TransportConnections.MonitoringConfig<ConnectionProbe>Connection. getMonitoringConfig()Methods in org.glassfish.grizzly with parameters of type ConnectionProbe Modifier and Type Method Description voidAbstractSocketConnectorHandler. addMonitoringProbe(ConnectionProbe probe)Add theConnectionProbe, which will be notified about Connection life-cycle events.EAbstractSocketConnectorHandler.Builder. probe(ConnectionProbe connectionProbe)booleanAbstractSocketConnectorHandler. removeMonitoringProbe(ConnectionProbe probe)Remove theConnectionProbe. -
Uses of ConnectionProbe in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio with type parameters of type ConnectionProbe Modifier and Type Field Description protected DefaultMonitoringConfig<ConnectionProbe>NIOConnection. monitoringConfigConnection probesMethods in org.glassfish.grizzly.nio that return types with arguments of type ConnectionProbe Modifier and Type Method Description MonitoringConfig<ConnectionProbe>NIOConnection. getMonitoringConfig()Return the object associatedMonitoringConfig.
-