Uses of Class
org.infinispan.rest.configuration.ExtendedHeaders
-
Packages that use ExtendedHeaders Package Description org.infinispan.rest.configuration REST Server Configuration API -
-
Uses of ExtendedHeaders in org.infinispan.rest.configuration
Fields in org.infinispan.rest.configuration with type parameters of type ExtendedHeaders Modifier and Type Field Description static AttributeDefinition<ExtendedHeaders>
RestServerConfiguration. EXTENDED_HEADERS
Methods in org.infinispan.rest.configuration that return ExtendedHeaders Modifier and Type Method Description ExtendedHeaders
RestServerConfiguration. extendedHeaders()
static ExtendedHeaders
ExtendedHeaders. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtendedHeaders[]
ExtendedHeaders. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.rest.configuration with parameters of type ExtendedHeaders Modifier and Type Method Description RestServerConfigurationBuilder
RestServerConfigurationBuilder. extendedHeaders(ExtendedHeaders extendedHeaders)
-