public interface Monitoring
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionAccepted(Connection conn,
Socket s) |
void |
onConnectionEstablished(Connection conn,
Connection remoteConn,
Socket s) |
void |
onConnectionFailed(Connection conn,
Connection remoteConn,
Socket s,
Throwable e) |
void |
onConnectionRejected(Connection conn,
Socket s,
Throwable e) |
void |
onConnectionRejectedBlacklisted(Connection conn,
Socket s) |
void onConnectionEstablished(Connection conn, Connection remoteConn, Socket s)
void onConnectionFailed(Connection conn, Connection remoteConn, Socket s, Throwable e)
void onConnectionRejectedBlacklisted(Connection conn, Socket s)
void onConnectionRejected(Connection conn, Socket s, Throwable e)
void onConnectionAccepted(Connection conn, Socket s)
Copyright © 2020. All rights reserved.