|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjnetpcap.filter.Filter.Or
public static class Filter.Or
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jnetpcap.filter.Filter |
---|
Filter.And, Filter.Or |
Constructor Summary | |
---|---|
Filter.Or()
|
Method Summary | |
---|---|
boolean |
execute(java.nio.ByteBuffer buffer,
FilterTarget dlt)
Executes the given filter and returns the result of the evaluation against the buffer. |
void |
or(Filter left,
Filter right)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Filter.Or()
Method Detail |
---|
public void or(Filter left, Filter right)
public boolean execute(java.nio.ByteBuffer buffer, FilterTarget dlt)
Filter
execute
in interface Filter
buffer
- buffer to execute the filter againstdlt
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |