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