public interface ConnectionListener
| Modifier and Type | Method and Description |
|---|---|
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 onConnectionEstablished(Connection connection)
connection - connection, which's session gets establishedvoid onConnectionRemoved(Connection connection)
connection - connection, which gets removed from the connection
storeCopyright © 2023 Eclipse Foundation. All rights reserved.