Interface UnmatchedMessageListener
- 
- All Superinterfaces:
- java.util.EventListener
 
 public interface UnmatchedMessageListener extends java.util.EventListener
- 
- 
Method SummaryAll 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- 
unmatchedRequestReceivedvoid unmatchedRequestReceived(UnmatchedRequestEvent evt) Unmatched request received by SIP Container.- Parameters:
- request-
 
 - 
unmatchedResponseReceivedvoid unmatchedResponseReceived(UnmatchedResponseEvent evt) Unmatched response received by SIP Container.- Parameters:
- response-
 
 
- 
 
-