class InputFilter

Filter class. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Filter class.

 ~InputFilter ()

~InputFilter

[virtual]

void  recv (const struct IPv4HeaderInfo& header, const vector<uint8_t>& payload)

recv

[pure virtual]

Method invoked when data arrives on associated FilterRawSocket4 instance.

void  bye ()

bye

[pure virtual]

Method invoked by the destructor of the associated FilterRawSocket4 instance. This method provides the InputFilter with the opportunity to delete itself or update it's state. The input filter does not need to call FilterRawSocket4::remove_filter() since filter removal is automatically conducted.


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:19 2006, using kdoc $.