Uses of Interface
org.jainslee.resources.diameter.sh.types.v780.PushNotificationRequest
-
Packages that use PushNotificationRequest Package Description org.jainslee.resources.diameter.sh.v780 -
-
Uses of PushNotificationRequest in org.jainslee.resources.diameter.sh.v780
Methods in org.jainslee.resources.diameter.sh.v780 that return PushNotificationRequest Modifier and Type Method Description PushNotificationRequest
ShMessageFactory. createPushNotificationRequest()
Create an empty PushNotificationRequest.PushNotificationRequest
ShMessageFactory. createPushNotificationRequest(UserIdentity userIdentity, UserData userData)
Create a UserDataAnswer using the given parameters to populate the User-Identity and User-Data AVPs.Methods in org.jainslee.resources.diameter.sh.v780 with parameters of type PushNotificationRequest Modifier and Type Method Description PushNotificationAnswer
ShProvider. pushNotificationRequest(PushNotificationRequest message)
Sends a synchronous PushNotificationRequest which will block until an answer is received from the peer.void
ShServerNotificationActivity. sendPushNotificationRequest(PushNotificationRequest message)
Sends a push notification request asynchronously.
-