Uses of Enum Class
com.yahoo.vespa.model.container.http.HttpFilterChain.Type
Packages that use HttpFilterChain.Type
-
Uses of HttpFilterChain.Type in com.yahoo.vespa.model.container.http
Methods in com.yahoo.vespa.model.container.http that return HttpFilterChain.TypeModifier and TypeMethodDescriptionHttpFilterChain.type()static HttpFilterChain.TypeReturns the enum constant of this class with the specified name.static HttpFilterChain.Type[]HttpFilterChain.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.model.container.http with parameters of type HttpFilterChain.TypeModifierConstructorDescriptionHttpFilterChain(com.yahoo.component.chain.model.ChainSpecification inner, HttpFilterChain.Type type) HttpFilterChain(com.yahoo.component.ComponentId id, HttpFilterChain.Type type) HttpFilterChain(String id, HttpFilterChain.Type type)