Uses of Interface
org.glassfish.grizzly.ConnectionProbe
Packages that use ConnectionProbe
-
Uses of ConnectionProbe in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement ConnectionProbeModifier and TypeClassDescriptionstatic classConnectionProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly declared as ConnectionProbeModifier and TypeFieldDescriptionprotected ConnectionProbeAbstractSocketConnectorHandler.Builder.connectionProbeFields in org.glassfish.grizzly with type parameters of type ConnectionProbeModifier and TypeFieldDescriptionprotected final DefaultMonitoringConfig<ConnectionProbe>AbstractTransport.connectionMonitoringConfigConnection probesprotected final List<ConnectionProbe>AbstractSocketConnectorHandler.probesMethods in org.glassfish.grizzly that return ConnectionProbeModifier and TypeMethodDescriptionAbstractSocketConnectorHandler.getMonitoringProbes()Get theConnectionProbe, which are registered on the Connection.Methods in org.glassfish.grizzly that return types with arguments of type ConnectionProbeModifier and TypeMethodDescriptionAbstractTransport.getConnectionMonitoringConfig()Get the monitoring configuration for TransportConnections.Transport.getConnectionMonitoringConfig()Get the monitoring configuration for TransportConnections.Connection.getMonitoringConfig()Methods in org.glassfish.grizzly with parameters of type ConnectionProbeModifier and TypeMethodDescriptionvoidAbstractSocketConnectorHandler.addMonitoringProbe(ConnectionProbe probe) Add theConnectionProbe, which will be notified about Connection life-cycle events.AbstractSocketConnectorHandler.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 ConnectionProbeModifier and TypeFieldDescriptionprotected final DefaultMonitoringConfig<ConnectionProbe>NIOConnection.monitoringConfigConnection probesMethods in org.glassfish.grizzly.nio that return types with arguments of type ConnectionProbeModifier and TypeMethodDescriptionfinal MonitoringConfig<ConnectionProbe>NIOConnection.getMonitoringConfig()Return the object associatedMonitoringConfig.