Package | Description |
---|---|
com.opencloud.sentinel.multileg |
This package contains the interfaces required for leg management operations in the Sentinel services.
|
com.opencloud.sentinel.util |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SubscribedEventID> |
Leg.getSubscriptions()
Return set of active subscriptions on this leg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Leg.endSubscription(SubscribedEventID eventID)
Queue an instruction to end a given subscription.
|
boolean |
Leg.endSubscription(SubscribedEventID eventID,
MessageBody messageBody)
Queue an instruction to end a given subscription.
|
boolean |
Leg.endSubscription(SubscribedEventID eventID,
java.lang.String reason)
Queue an instruction to end a given subscription.
|
boolean |
Leg.endSubscription(SubscribedEventID eventID,
java.lang.String reason,
MessageBody messageBody)
Queue an instruction to end a given subscription.
|
Modifier and Type | Method and Description |
---|---|
static SubscribedEventID |
SubscribedEventID.fromString(java.lang.String s)
Get a
SubscribedEventID from a string. |
SubscribedEventID |
LegSubscriptionID.getEventID()
Returns the
SubscribedEventID associated with this ID. |
static SubscribedEventID |
SIPUtil.getSubscribedEventID(SipMessage message)
Return a subscribed event ID, if present in the message.
|
Constructor and Description |
---|
LegSubscriptionID(java.lang.String legName,
SubscribedEventID eventID)
Create a new
LegSubscriptionID |
Copyright © OpenCloud. All Rights Reserved.