Uses of Class
com.opencloud.sentinel.feature.SipFeatureScriptExecutionPoint
-
Packages that use SipFeatureScriptExecutionPoint 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. -
-
Uses of SipFeatureScriptExecutionPoint in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SipFeatureScriptExecutionPoint Modifier and Type Method Description SipFeatureScriptExecutionPointSentinelSipSessionState. getCurrentSipFeatureExecutionPoint()Methods in com.opencloud.sentinel.common with parameters of type SipFeatureScriptExecutionPoint Modifier and Type Method Description voidSentinelSipSessionState. setCurrentSipFeatureExecutionPoint(SipFeatureScriptExecutionPoint exPoint) -
Uses of SipFeatureScriptExecutionPoint in com.opencloud.sentinel.feature
Fields in com.opencloud.sentinel.feature declared as SipFeatureScriptExecutionPoint Modifier and Type Field Description static SipFeatureScriptExecutionPoint[]SipFeatureScriptExecutionPointCodec. executionPointValuesMethods in com.opencloud.sentinel.feature that return SipFeatureScriptExecutionPoint Modifier and Type Method Description SipFeatureScriptExecutionPointSipFeatureScriptExecutionPointCodec. decode(java.io.DataInput input, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils decoderUtils)static SipFeatureScriptExecutionPointSipFeatureScriptExecutionPoint. 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.Methods in com.opencloud.sentinel.feature that return types with arguments of type SipFeatureScriptExecutionPoint Modifier and Type Method Description java.util.List<SipFeatureScriptExecutionPoint>SipFeatureScriptExecutionPoint. getAsExecutionPointList()Methods in com.opencloud.sentinel.feature with parameters of type SipFeatureScriptExecutionPoint Modifier and Type Method Description voidSipFeatureScriptExecutionPointCodec. encode(SipFeatureScriptExecutionPoint executionPoint, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils encoderUtils)
-