|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnetpcap.filter.Filter.And
public static class Filter.And
Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jnetpcap.filter.Filter |
|---|
Filter.And, Filter.Or |
| Constructor Summary | |
|---|---|
Filter.And(Filter left,
Filter right)
|
|
| Method Summary | |
|---|---|
boolean |
execute(java.nio.ByteBuffer buffer,
FilterTarget dlt)
Executes the given filter and returns the result of the evaluation against the buffer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter.And(Filter left,
Filter right)
| Method Detail |
|---|
public boolean execute(java.nio.ByteBuffer buffer,
FilterTarget dlt)
Filter
execute in interface Filterbuffer - buffer to execute the filter againstdlt - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||