Uses of Class
com.opencloud.sentinel.multileg.LegState
-
Packages that use LegState Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel SIP service. -
-
Uses of LegState in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return LegState Modifier and Type Method Description protected LegState
LegStateMap. readValue(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
Methods in com.opencloud.sentinel.multileg with parameters of type LegState Modifier and Type Method Description protected void
LegStateMap. writeValue(LegState value, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
-