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