public static class HeaderFilterInterceptor.Rule extends Object
| Constructor and Description |
|---|
Rule(HeaderFilterInterceptor.Action action) |
Rule(String pattern,
HeaderFilterInterceptor.Action action) |
| Modifier and Type | Method and Description |
|---|---|
HeaderFilterInterceptor.Action |
getAction() |
String |
getPattern() |
boolean |
matches(String header) |
void |
setPattern(String pattern) |
public Rule(HeaderFilterInterceptor.Action action)
public Rule(String pattern, HeaderFilterInterceptor.Action action)
public String getPattern()
public void setPattern(String pattern)
public boolean matches(String header)
public HeaderFilterInterceptor.Action getAction()
Copyright © 2019. All Rights Reserved.