public interface ConnectionMonitor
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 © 2017 dcm4che.org. All rights reserved.