public class HeaderRule extends Object
| Constructor and Description |
|---|
HeaderRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExact() |
String |
getRegex() |
boolean |
isCaseInsensitive() |
boolean |
match(String str) |
void |
setCaseInsensitive(boolean caseInsensitive) |
void |
setExact(String exact) |
void |
setRegex(String regex) |
String |
toString() |
public boolean match(String str)
public String getRegex()
public void setRegex(String regex)
public boolean isCaseInsensitive()
public void setCaseInsensitive(boolean caseInsensitive)
public String getExact()
public void setExact(String exact)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.