public final class HeaderTerm extends StringTerm
ignoreCase, pattern| Constructor and Description | 
|---|
| HeaderTerm(String headerName,
          String pattern)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj)Equality comparison. | 
| String | getHeaderName()Return the name of the header to compare with. | 
| int | hashCode()Compute a hashCode for this object. | 
| boolean | match(Message msg)The header match method. | 
getIgnoreCase, getPattern, matchpublic String getHeaderName()
public boolean match(Message msg)
match in class SearchTermmsg - The match is applied to this Message's headerpublic boolean equals(Object obj)
equals in class StringTermpublic int hashCode()
hashCode in class StringTermCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.