public interface SipConnectorListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onKeepAliveTimeout(SipConnector connector,
String peerAddress,
int peerPort)
if a RFC 5626 KeepAlive timeout has fired which gives the connector on which it happened
and the peer information involved.
|
void |
sipConnectorAdded(SipConnector connector)
a Sip Connector has been added
|
void |
sipConnectorRemoved(SipConnector connector)
a Sip Connector has been removed
|
void sipConnectorAdded(SipConnector connector)
connector - the connector that has just been addedvoid sipConnectorRemoved(SipConnector connector)
connector - the connector that has just been removedvoid onKeepAliveTimeout(SipConnector connector, String peerAddress, int peerPort)
connector - the connector on which the timeout happenedpeerAddress - the peer address which didn't send the needed RFC5626 keepalivepeerPort - the peer port which didn't send the needed RFC5626 keepaliveCopyright © 2015. All Rights Reserved.