Package org.aoju.bus.image.metric
Interface Monitoring
public interface Monitoring
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectionAccepted(Connection conn, Socket s) voidonConnectionEstablished(Connection conn, Connection remoteConn, Socket s) voidonConnectionFailed(Connection conn, Connection remoteConn, Socket s, Throwable e) voidonConnectionRejected(Connection conn, Socket s, Throwable e) void
-
Method Details
-
onConnectionEstablished
-
onConnectionFailed
-
onConnectionRejectedBlacklisted
-
onConnectionRejected
-
onConnectionAccepted
-