public class MdcConnectionListener extends Object implements ConnectionExecutionListener, ConnectionListener
"PEER" "CONNECTION_ID" "WRITE_CONNECTION_ID"
"SESSION_ID"| Constructor and Description |
|---|
MdcConnectionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecution(Connection connection)
Callback, after a executor processed a connection.
|
void |
beforeExecution(Connection connection)
Callback, when a executor begin processing a connection.
|
void |
onConnectionEstablished(Connection connection)
Callback, when DTLS session is established by a successful handshake.
|
void |
onConnectionRemoved(Connection connection)
Callback, when connection gets removed from the connection store.
|
void |
updateExecution(Connection connection)
Callback, when a connection changed its state.
|
public void onConnectionEstablished(Connection connection)
ConnectionListeneronConnectionEstablished in interface ConnectionListenerconnection - connection, which's session gets establishedpublic void onConnectionRemoved(Connection connection)
ConnectionListeneronConnectionRemoved in interface ConnectionListenerconnection - connection, which gets removed from the connection
storepublic void beforeExecution(Connection connection)
ConnectionExecutionListenerbeforeExecution in interface ConnectionExecutionListenerconnection - connectionpublic void updateExecution(Connection connection)
ConnectionExecutionListenerupdateExecution in interface ConnectionExecutionListenerconnection - connectionpublic void afterExecution(Connection connection)
ConnectionExecutionListenerafterExecution in interface ConnectionExecutionListenerconnection - connectionCopyright © 2023 Eclipse Foundation. All rights reserved.