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