Package | Description |
---|---|
com.opencloud.sentinel.common |
This package contains session state interfaces in the Sentinel services.
|
com.opencloud.sentinel.feature |
The API for Sentinel features.
|
Modifier and Type | Method and Description |
---|---|
SipFeatureScriptExecutionPoint |
SentinelSipSessionState.getCurrentSipFeatureExecutionPoint() |
Modifier and Type | Method and Description |
---|---|
void |
SentinelSipSessionState.setCurrentSipFeatureExecutionPoint(SipFeatureScriptExecutionPoint exPoint) |
Modifier and Type | Field and Description |
---|---|
static SipFeatureScriptExecutionPoint[] |
SipFeatureScriptExecutionPointCodec.executionPointValues |
Modifier and Type | Method and Description |
---|---|
SipFeatureScriptExecutionPoint |
SipFeatureScriptExecutionPointCodec.decode(java.io.DataInput input,
java.lang.ClassLoader cl,
com.opencloud.rhino.cmp.codecs.DecoderUtils decoderUtils) |
static SipFeatureScriptExecutionPoint |
SipFeatureScriptExecutionPoint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SipFeatureScriptExecutionPoint[] |
SipFeatureScriptExecutionPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SipFeatureScriptExecutionPoint> |
SipFeatureScriptExecutionPoint.getAsExecutionPointList() |
Modifier and Type | Method and Description |
---|---|
void |
SipFeatureScriptExecutionPointCodec.encode(SipFeatureScriptExecutionPoint executionPoint,
java.io.DataOutput out,
com.opencloud.rhino.cmp.codecs.EncoderUtils encoderUtils) |
Copyright © OpenCloud. All Rights Reserved.