public class SipFilter extends Object implements Filter
| Constructor and Description |
|---|
SipFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Packet packet)
Check whether this filter accepts the frame or not.
|
public boolean accept(Packet packet) throws FilterException
accept in interface FilterFilterException - 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.