Uses of Class
com.opencloud.util.cgin.MessageUtils.Codec
-
-
Uses of MessageUtils.Codec in com.opencloud.util.cgin
Methods in com.opencloud.util.cgin that return MessageUtils.Codec Modifier and Type Method Description static MessageUtils.Codec
MessageUtils.Codec. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageUtils.Codec[]
MessageUtils.Codec. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-