reSIProcate/stack  9694
Public Member Functions
resip::ExternalUnknownDatagramHandler Class Reference

Interface functor for external unrecognized datagram handling. More...

#include <UdpTransport.hxx>

List of all members.

Public Member Functions

virtual ~ExternalUnknownDatagramHandler ()
virtual void operator() (UdpTransport *transport, const Tuple &source, std::auto_ptr< Data > unknownDatagram)=0
 

Detailed Description

Interface functor for external unrecognized datagram handling.

User can catch datagram messages recevied that are not recognized by the stack.

Definition at line 20 of file UdpTransport.hxx.


Constructor & Destructor Documentation

virtual resip::ExternalUnknownDatagramHandler::~ExternalUnknownDatagramHandler ( ) [inline, virtual]

Definition at line 22 of file UdpTransport.hxx.

{};

Member Function Documentation

virtual void resip::ExternalUnknownDatagramHandler::operator() ( UdpTransport transport,
const Tuple source,
std::auto_ptr< Data unknownDatagram 
) [pure virtual]

Parameters:
transportcontains a pointer to the specific UdpTransport object that received the unknown packet.
unknownDatagramcontains the actual contents of unknown data received.

The documentation for this class was generated from the following file: