Uses of Interface
org.jainslee.resources.diameter.sh.types.v780.SubscribeNotificationsRequest
-
Packages that use SubscribeNotificationsRequest Package Description org.jainslee.resources.diameter.sh.v780 -
-
Uses of SubscribeNotificationsRequest in org.jainslee.resources.diameter.sh.v780
Methods in org.jainslee.resources.diameter.sh.v780 that return SubscribeNotificationsRequest Modifier and Type Method Description SubscribeNotificationsRequest
ShMessageFactory. createSubscribeNotificationsRequest()
Create an empty SubscribeNotificationsRequest that will need to have AVPs set on it before being sent.SubscribeNotificationsRequest
ShMessageFactory. createSubscribeNotificationsRequest(UserIdentity userIdentity, DataReference reference, SubsReqType subscriptionType)
Create a SubscribeNotificationsRequest using the given parameters to populate the User-Identity, Data-Reference and Subs-Req-Type AVPs.Methods in org.jainslee.resources.diameter.sh.v780 with parameters of type SubscribeNotificationsRequest Modifier and Type Method Description void
ShClientActivity. sendSubscribeNotificationsRequest(SubscribeNotificationsRequest message)
Send a Subscribe-Notifications-Request message asynchronously.void
ShClientSubscriptionActivity. sendSubscribeNotificationsRequest(SubscribeNotificationsRequest message)
Send a Subscribe-Notifications-Request message.SubscribeNotificationsAnswer
ShProvider. subscribeNotificationsRequest(SubscribeNotificationsRequest message)
Sends a synchronous SubscribeNotificationsRequest which will block until an answer is received from the peer.
-