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 org.infinispan.commons.configuration.attributes.AttributeDefinition<ExtendedHeaders>RestServerConfiguration. EXTENDED_HEADERSMethods in org.infinispan.rest.configuration that return ExtendedHeaders Modifier and Type Method Description ExtendedHeadersRestServerConfiguration. extendedHeaders()static ExtendedHeadersExtendedHeaders. 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 RestServerConfigurationBuilderRestServerConfigurationBuilder. extendedHeaders(ExtendedHeaders extendedHeaders)
-