|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MessageListener in org.cafesip.sipunit |
|---|
| Classes in org.cafesip.sipunit that implement MessageListener | |
|---|---|
class |
PresenceNotifySender
The primary purpose of this class is as a test utility, to verify other UA's NOTIFY reception processing. |
class |
SipCall
This class is used for handling one leg of a call. |
class |
Subscription
The Subscription class represents a buddy from a SipPhone buddy list or a single-shot fetch performed by a SipPhone. |
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||