class InputFilter

Filter class. More...

Contains pure virtuals
Full nameFilterRawSocket4::InputFilter
Definition#include <rawsock4.hh>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Filter class.

 ~InputFilter ()

~InputFilter

[virtual]

void  recv (const vector<uint8_t>& data)

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 Dec 11 16:50:56 2002, using kdoc 2.0a54+XORP.