|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SipResponse in org.cafesip.sipunit |
|---|
| Methods in org.cafesip.sipunit that return SipResponse | |
|---|---|
SipResponse |
SipCall.findMostRecentResponse(int statusCode)
This method returns the last received response with status code matching the given parameter. |
SipResponse |
Subscription.getLastReceivedResponse()
This method returns the last response received on this subscription. |
SipResponse |
SipCall.getLastReceivedResponse()
This method returns the last response received on this call. |
SipResponse |
PresenceNotifySender.getLastReceivedResponse()
|
SipResponse |
MessageListener.getLastReceivedResponse()
This method returns the last response received by this object and can be called directly by a test program. |
| Methods in org.cafesip.sipunit that return types with arguments of type SipResponse | |
|---|---|
java.util.ArrayList<SipResponse> |
Subscription.getAllReceivedResponses()
This method returns all the responses received on this subscription, including any that required re-initiation of the subscription (ie, authentication challenge). |
java.util.ArrayList<SipResponse> |
SipCall.getAllReceivedResponses()
This method returns all the responses received on this call, including any that required re-initiation of the call (ie, authentication challenge). |
java.util.ArrayList<SipResponse> |
PresenceNotifySender.getAllReceivedResponses()
|
java.util.ArrayList<SipResponse> |
MessageListener.getAllReceivedResponses()
This method returns all the responses received by this object and can be called directly by a test program. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||