Uses of Interface
org.cafesip.sipunit.MessageListener

Uses of MessageListener in org.cafesip.sipunit
 

Classes in org.cafesip.sipunit that implement MessageListener
 class EventSubscriber
          The EventSubscriber class represents a generic subscription conforming to the event subscription and asynchronous notification framework defined by RFC-3265.
 class PresenceNotifySender
          The primary purpose of this class is as a test utility, to verify other UA's NOTIFY reception processing.
 class PresenceSubscriber
          The PresenceSubscriber class represents a buddy from a SipPhone buddy list or a single-shot presence fetch performed by a SipPhone.
 class ReferNotifySender
          The primary purpose of this class is as a test utility, to verify other UA's NOTIFY reception processing.
 class ReferSubscriber
          The ReferSubscriber class represents the implicit subscription created by sending a REFER request via the SipPhone.refer() method.
 class SipCall
          This class is used for handling one leg of a call.
 

Methods in org.cafesip.sipunit with parameters of type MessageListener
 void SipTestCase.assertRequestNotReceived(java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object has not received a request with the indicated CSeq method and sequence number.
 void SipTestCase.assertRequestNotReceived(java.lang.String method, MessageListener obj)
          Asserts that the given message listener object has not received a request with the indicated request method.
 void SipTestCase.assertRequestNotReceived(java.lang.String msg, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object has not received a request with the indicated CSeq method and sequence number.
 void SipTestCase.assertRequestNotReceived(java.lang.String msg, java.lang.String method, MessageListener obj)
          Asserts that the given message listener object has not received a request with the indicated request method.
 void SipTestCase.assertRequestReceived(java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object received a request with the indicated CSeq method and CSeq sequence number.
 void SipTestCase.assertRequestReceived(java.lang.String method, MessageListener obj)
          Asserts that the given message listener object received a request with the indicated request method.
 void SipTestCase.assertRequestReceived(java.lang.String msg, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object received a request with the indicated CSeq method and CSeq sequence number.
 void SipTestCase.assertRequestReceived(java.lang.String msg, java.lang.String method, MessageListener obj)
          Asserts that the given message listener object received a request with the indicated request method.
 void SipTestCase.assertResponseNotReceived(int statusCode, MessageListener obj)
          Asserts that the given message listener object has not received a response with the indicated status code.
 void SipTestCase.assertResponseNotReceived(int statusCode, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object has not received a response with the indicated status code, CSeq method and sequence number.
 void SipTestCase.assertResponseNotReceived(java.lang.String msg, int statusCode, MessageListener obj)
          Asserts that the given message listener object has not received a response with the indicated status code.
 void SipTestCase.assertResponseNotReceived(java.lang.String msg, int statusCode, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object has not received a response with the indicated status code, CSeq method and sequence number.
 void SipTestCase.assertResponseReceived(int statusCode, MessageListener obj)
          Asserts that the given message listener object received a response with the indicated status code.
 void SipTestCase.assertResponseReceived(int statusCode, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object received a response with the indicated status code, CSeq method and CSeq sequence number.
 void SipTestCase.assertResponseReceived(java.lang.String msg, int statusCode, MessageListener obj)
          Asserts that the given message listener object received a response with the indicated status code.
 void SipTestCase.assertResponseReceived(java.lang.String msg, int statusCode, java.lang.String method, long sequenceNumber, MessageListener obj)
          Asserts that the given message listener object received a response with the indicated status code, CSeq method and CSeq sequence number.
 



http://www.cafesip.org