public interface SubscriptionClientChild
| Modifier and Type | Method and Description |
|---|---|
SubscriptionData |
getSubscriptionData()
Retrieves the subscription data.
|
void |
subscribe(SubscriptionData subscriptionData)
Requests the creation of a new SIP subscription.
|
void |
subscribe(SubscriptionData subscriptionData,
SubscriptionRequestContent initialSubscribeContent)
Requests the creation of a new SIP subscription.
|
void |
unsubscribe()
Requests the termination of an internal subscription.
|
SubscriptionData getSubscriptionData()
void subscribe(SubscriptionData subscriptionData) throws SubscriptionException
subscriptionData - the data for the subscriptionSubscriptionExceptionvoid subscribe(SubscriptionData subscriptionData, SubscriptionRequestContent initialSubscribeContent) throws SubscriptionException
subscriptionData - the data for the subscriptioninitialSubscribeContent - content to be sent in the initial subscribe.SubscriptionExceptionvoid unsubscribe()
throws SubscriptionException
SubscriptionExceptionCopyright © 2015. All Rights Reserved.