Uses of Class
org.infinispan.server.hotrod.HotRodDecoderState
-
Packages that use HotRodDecoderState Package Description org.infinispan.server.hotrod -
-
Uses of HotRodDecoderState in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return HotRodDecoderState Modifier and Type Method Description static HotRodDecoderState
HotRodDecoderState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HotRodDecoderState[]
HotRodDecoderState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-