|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
| Nested Class Summary | |
|---|---|
static class |
Filter.And
Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters. |
static class |
Filter.Or
A filter used to limit that scope of captures, packet reads from a file or from an IO stream. |
| Method Summary | |
|---|---|
boolean |
execute(java.nio.ByteBuffer buffer,
FilterTarget dlt)
Executes the given filter and returns the result of the evaluation against the buffer. |
| Method Detail |
|---|
boolean execute(java.nio.ByteBuffer buffer,
FilterTarget dlt)
buffer - buffer to execute the filter againstdlt - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||