Uses of Record Class
com.loomcache.server.network.ConnectionHealthMonitor.ConnectionHealth
Packages that use ConnectionHealthMonitor.ConnectionHealth
-
Uses of ConnectionHealthMonitor.ConnectionHealth in com.loomcache.server.network
Methods in com.loomcache.server.network that return ConnectionHealthMonitor.ConnectionHealthModifier and TypeMethodDescription@Nullable ConnectionHealthMonitor.ConnectionHealthConnectionHealthMonitor.getConnectionHealth(String connectionId) Gets the health information for a specific connection.Methods in com.loomcache.server.network with parameters of type ConnectionHealthMonitor.ConnectionHealthModifier and TypeMethodDescriptionvoidConnectionHealthMonitor.HealthCheckCallback.onHealthStatusChange(String connectionId, ConnectionHealthMonitor.HealthStatus oldStatus, ConnectionHealthMonitor.HealthStatus newStatus, ConnectionHealthMonitor.ConnectionHealth health) Invoked when connection health changes.