Package | Description |
---|---|
com.opencloud.sentinel.common |
This package contains session state interfaces in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
InviteReplicationTrigger |
SentinelSipSessionState.getSessionUACLegReplicationTrigger() |
InviteReplicationTrigger |
SentinelSipSessionState.getSessionUASLegReplicationTrigger() |
static InviteReplicationTrigger |
InviteReplicationTrigger.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InviteReplicationTrigger[] |
InviteReplicationTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InviteReplicationTrigger.occursBefore(InviteReplicationTrigger otherTrigger)
Indicates whether this trigger occurs earlier in the call sequence than the given trigger.
|
void |
SentinelSipSessionState.setSessionUACLegReplicationTrigger(InviteReplicationTrigger replicationTrigger) |
void |
SentinelSipSessionState.setSessionUASLegReplicationTrigger(InviteReplicationTrigger replicationTrigger) |
Copyright © OpenCloud. All Rights Reserved.