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