public interface Filter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Packet packet)
Check whether this filter accepts the frame or not.
|
boolean accept(Packet packet) throws FilterException
frame - FilterException - in case something goes wrong when accessing data from the
Frame. Whatever exception the Frame will
throw will be wrapped in a FilterException.Copyright © 2021. All Rights Reserved.