Uses of Class
org.jboss.resteasy.plugins.cache.server.HeaderHolder.Type
-
Packages that use HeaderHolder.Type Package Description org.jboss.resteasy.plugins.cache.server -
-
Uses of HeaderHolder.Type in org.jboss.resteasy.plugins.cache.server
Methods in org.jboss.resteasy.plugins.cache.server that return HeaderHolder.Type Modifier and Type Method Description HeaderHolder.TypeHeaderHolder. getType()static HeaderHolder.TypeHeaderHolder.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderHolder.Type[]HeaderHolder.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.plugins.cache.server with parameters of type HeaderHolder.Type Modifier and Type Method Description voidHeaderHolder. setType(HeaderHolder.Type type)Constructors in org.jboss.resteasy.plugins.cache.server with parameters of type HeaderHolder.Type Constructor Description HeaderHolder(HeaderHolder.Type type, String value)
-