Uses of Interface
org.jainslee.resources.diameter.sh.types.v880.PushNotificationAnswer
-
Packages that use PushNotificationAnswer Package Description org.jainslee.resources.diameter.sh.v880 -
-
Uses of PushNotificationAnswer in org.jainslee.resources.diameter.sh.v880
Methods in org.jainslee.resources.diameter.sh.v880 that return PushNotificationAnswer Modifier and Type Method Description PushNotificationAnswer
ShMessageFactory. createPushNotificationAnswer()
Create an empty PushNotificationAnswer that will need to have AVPs set on it before being sent.PushNotificationAnswer
ShMessageFactory. createPushNotificationAnswer(long resultCode, boolean isExperimentalResultCode)
Create a PushNotificationAnswer containing a Result-Code or Experimental-Result AVP populated with the given value.PushNotificationAnswer
ShProvider. pushNotificationRequest(PushNotificationRequest message)
Sends a synchronous PushNotificationRequest which will block until an answer is received from the peer.Methods in org.jainslee.resources.diameter.sh.v880 with parameters of type PushNotificationAnswer Modifier and Type Method Description void
ShClientNotificationActivity. sendPushNotificationAnswer(PushNotificationAnswer message)
Send a manually-constructed PushNotificationAnswer to the peer that sent the PushNotificationRequest.void
ShClientSubscriptionActivity. sendPushNotificationAnswer(PushNotificationAnswer message)
Send a manually-constructed PushNotificationAnswer to the peer that sent the PushNotificationRequest.
-