|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A NotifierDialogListener listens for NotifierDialog events. It collects all NOTIFY callback functions.
| Method Summary | |
void |
onDlgNotificationFailure(NotifierDialog dialog,
int code,
java.lang.String reason,
Message msg)
When a 300-699 response is received for a NOTIFY transaction. |
void |
onDlgNotificationSuccess(NotifierDialog dialog,
int code,
java.lang.String reason,
Message msg)
When a 2xx successfull final response is received for a NOTIFY transaction. |
void |
onDlgNotifyTimeout(NotifierDialog dialog)
When NOTIFY transaction expires without a final response. |
void |
onDlgSubscribe(NotifierDialog dialog,
NameAddress target,
NameAddress subscriber,
java.lang.String event,
java.lang.String id,
Message msg)
When an incoming SUBSCRIBE is received. |
| Method Detail |
public void onDlgSubscribe(NotifierDialog dialog,
NameAddress target,
NameAddress subscriber,
java.lang.String event,
java.lang.String id,
Message msg)
public void onDlgNotifyTimeout(NotifierDialog dialog)
public void onDlgNotificationFailure(NotifierDialog dialog,
int code,
java.lang.String reason,
Message msg)
public void onDlgNotificationSuccess(NotifierDialog dialog,
int code,
java.lang.String reason,
Message msg)
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||