public class BinaryFrameFilter extends FrameFilter
RESULT_SIZE_INCLUDES_FILTERED_FRAMES| Constructor and Description |
|---|
BinaryFrameFilter() |
BinaryFrameFilter(ComparisonType type) |
| Modifier and Type | Method and Description |
|---|---|
ComparisonType |
getComparisonType() |
protected org.apache.log.Logger |
getLogger() |
String |
getMatchPosition() |
String |
getMatchValue() |
protected boolean |
matchesFilter(Frame frame) |
protected void |
prepareFilter() |
void |
setComparisonType(ComparisonType type) |
void |
setMatchPosition(String value) |
void |
setMatchValue(String value) |
String |
toString() |
expectsModification, performReplyAction, receiveFrame, receiveFrameaddConfigElement, addTestElementaddPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic BinaryFrameFilter()
public BinaryFrameFilter(ComparisonType type)
protected void prepareFilter()
prepareFilter in class FrameFilterprotected boolean matchesFilter(Frame frame)
matchesFilter in class FrameFilterprotected org.apache.log.Logger getLogger()
getLogger in class FrameFilterpublic String toString()
toString in class FrameFilterpublic ComparisonType getComparisonType()
public void setComparisonType(ComparisonType type)
public String getMatchPosition()
public void setMatchPosition(String value)
public String getMatchValue()
public void setMatchValue(String value)