| Yate
    | 
A filter for received socket data. More...
#include <yateclass.h>
 
  
 | Public Member Functions | |
| SocketFilter () | |
| virtual | ~SocketFilter () | 
| virtual void * | getObject (const String &name) const | 
| virtual void | timerTick (const Time &when) | 
| virtual bool | received (void *buffer, int length, int flags, const struct sockaddr *addr, socklen_t adrlen)=0 | 
| Socket * | socket () const | 
| bool | valid () const | 
|  Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () | 
| virtual bool | alive () const | 
| virtual void | destruct () | 
| virtual const String & | toString () const | 
| NamedCounter * | getObjCounter () const | 
| NamedCounter * | setObjCounter (NamedCounter *counter) | 
| Friends | |
| class | Socket | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) | 
| static bool | getObjCounting () | 
| static void | setObjCounting (bool enable) | 
| static NamedCounter * | getObjCounter (const String &name, bool create=true) | 
| static ObjList & | getObjCounters () | 
A filter for received socket data.
Abstract interface for an object that filters socket received data packets
| SocketFilter | ( | ) | 
Constructor
| 
 | virtual | 
Destructor, unregisters from socket
| 
 | virtual | 
Get a pointer to a derived class given that class name
| name | Name of the class we are asking for | 
Reimplemented from GenObject.
| 
 | pure virtual | 
Notify this filter about a received block of data
| buffer | Buffer for received data | 
| length | Length of the data in buffer | 
| flags | Operating system specific bit flags of the operation | 
| addr | Address of the incoming data, may be NULL | 
| adrlen | Length of the valid data in address structure | 
| 
 | inline | 
Get the socket to which the filter is currently attached
| 
 | virtual | 
Run whatever actions required on idle thread runs
| when | Time when the idle run started | 
| bool valid | ( | ) | const | 
Check if the socket of this filter is valid
 1.8.8
 1.8.8