|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodProcessorListener
Represents a listener which gets notified by the CallPeer it is registered with about the processing of SIP signaling that the CallPeer performs.
| Method Summary | |
|---|---|
void |
requestProcessed(CallPeerSipImpl sourceCallPeer,
javax.sip.message.Request request,
javax.sip.message.Response response)
Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Request and has replied to it with a specific SIP Response. |
void |
responseProcessed(CallPeerSipImpl sourceCallPeer,
javax.sip.message.Response response,
javax.sip.message.Request request)
Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Response and has replied to it with a specific SIP Request. |
| Method Detail |
|---|
void requestProcessed(CallPeerSipImpl sourceCallPeer,
javax.sip.message.Request request,
javax.sip.message.Response response)
sourceCallPeer - the CallPeer which has processed the
specified SIP Requestrequest - the SIP Request which has been processed by
sourceCallPeerresponse - the SIP Response sent by sourceCallPeer
as a reply to the specified SIP request
void responseProcessed(CallPeerSipImpl sourceCallPeer,
javax.sip.message.Response response,
javax.sip.message.Request request)
sourceCallPeer - the CallPeer which has processed the
specified SIP Responseresponse - the SIP Response which has been processed by
sourceCallPeerrequest - the SIP Request sent by sourceCallPeer
as a reply to the specified SIP response
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||