Uses of Enum Class
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 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 class with the specified name.static ExtendedHeaders[]
ExtendedHeaders.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.rest.configuration with parameters of type ExtendedHeadersModifier and TypeMethodDescriptionRestServerConfigurationBuilder.extendedHeaders
(ExtendedHeaders extendedHeaders)