Package com.opencloud.javax.sip
Interface ConnectionDownEvent
-
public interface ConnectionDownEvent
Indicates thatPersistentOutboundConnection
has gone down. The RA will automatically try to reconnect, unless the connection was closed permanently by unregistering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistentOutboundConnection
getConnection()
boolean
isPermanent()
Indicates if the connection has gone down permanently or if this is a temprorary failure.
-
-
-
Method Detail
-
getConnection
PersistentOutboundConnection getConnection()
-
isPermanent
boolean isPermanent()
Indicates if the connection has gone down permanently or if this is a temprorary failure.
-
-