Uses of Enum Class
com.predic8.membrane.core.interceptor.HeaderFilterInterceptor.Action
Packages that use HeaderFilterInterceptor.Action
-
Uses of HeaderFilterInterceptor.Action in com.predic8.membrane.core.interceptor
Methods in com.predic8.membrane.core.interceptor that return HeaderFilterInterceptor.ActionModifier and TypeMethodDescriptionHeaderFilterInterceptor.Rule.getAction()Returns the enum constant of this class with the specified name.static HeaderFilterInterceptor.Action[]HeaderFilterInterceptor.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.predic8.membrane.core.interceptor with parameters of type HeaderFilterInterceptor.ActionModifierConstructorDescriptionRule(HeaderFilterInterceptor.Action action) Rule(String pattern, HeaderFilterInterceptor.Action action)