public interface SddlNetworkListener
| Modifier and Type | Method and Description |
|---|---|
void |
newPointOfAttachmentListReceived(NodeConnection remoteCon,
PointsOfAttachment poaList)
Called when the SDDL core sends a new points of attachment list.
|
void |
pingReceived(NodeConnection remoteCon,
Ping ping)
Called when the RemoteConnection receives a ping.
|
void |
startingHandover(NodeConnection remoteCon,
java.net.SocketAddress endPoint,
boolean wasMandatory)
Called when the remote connection will handover to a new Gateway.
|
void pingReceived(NodeConnection remoteCon, Ping ping)
remoteCon - the related remote connectionping - the ping objectvoid newPointOfAttachmentListReceived(NodeConnection remoteCon, PointsOfAttachment poaList)
remoteCon - the related remote connectionpoaList - the points of attachment listvoid startingHandover(NodeConnection remoteCon, java.net.SocketAddress endPoint, boolean wasMandatory)
remoteCon - the related remote connectionendPoint - the new gateway endpointwasMandatory - true if it was a mandatory handover.