SubscribeNotificationsAnswer |
ShMessageFactory.createSubscribeNotificationsAnswer() |
Create an empty SubscribeNotificationsAnswer that will need to have AVPs set on it before being sent.
|
SubscribeNotificationsAnswer |
ShMessageFactory.createSubscribeNotificationsAnswer(long resultCode,
boolean isExperimentalResult) |
Create a SubscribeNotificationsAnswer containing a Result-Code or Experimental-Result AVP populated with the given value.
|
SubscribeNotificationsAnswer |
ShServerActivity.createSubscribeNotificationsAnswer() |
Create an empty SubscribeNotificationsAnswer that will need to have AVPs set on it before being sent.
|
SubscribeNotificationsAnswer |
ShServerActivity.createSubscribeNotificationsAnswer(long resultCode,
boolean isExperimentalResult) |
Create a SubscribeNotificationsAnswer containing a Result-Code or Experimental-Result AVP populated with the given value.
|
SubscribeNotificationsAnswer |
ShProvider.subscribeNotificationsRequest(SubscribeNotificationsRequest message) |
Sends a synchronous SubscribeNotificationsRequest which will block until an answer is received from the peer.
|