Interface UnmatchedMessageListener
-
- All Superinterfaces:
java.util.EventListener
public interface UnmatchedMessageListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidunmatchedRequestReceived(UnmatchedRequestEvent evt)Unmatched request received by SIP Container.voidunmatchedResponseReceived(UnmatchedResponseEvent evt)Unmatched response received by SIP Container.
-
-
-
Method Detail
-
unmatchedRequestReceived
void unmatchedRequestReceived(UnmatchedRequestEvent evt)
Unmatched request received by SIP Container.- Parameters:
request-
-
unmatchedResponseReceived
void unmatchedResponseReceived(UnmatchedResponseEvent evt)
Unmatched response received by SIP Container.- Parameters:
response-
-
-