Uses of Enum
org.infinispan.rest.configuration.ExtendedHeaders
Packages that use ExtendedHeaders
-
Uses of ExtendedHeaders in org.infinispan.rest.configuration
Fields in org.infinispan.rest.configuration with type parameters of type ExtendedHeadersModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<ExtendedHeaders>
RestServerConfiguration.EXTENDED_HEADERS
Methods in org.infinispan.rest.configuration that return ExtendedHeadersModifier and TypeMethodDescriptionRestServerConfiguration.extendedHeaders()
static ExtendedHeaders
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 ExtendedHeadersModifier and TypeMethodDescriptionRestServerConfigurationBuilder.extendedHeaders
(ExtendedHeaders extendedHeaders)