class RoutingSocketObserver


Contains pure virtuals
Definition#include <routing_socket.hh>
Inherited byFtiConfigEntryObserverRtsock, FtiConfigTableObserverRtsock, IfConfigObserverRtsock, RoutingSocketReader
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 RoutingSocketObserver (RoutingSocket& rs)

RoutingSocketObserver

 ~RoutingSocketObserver ()

~RoutingSocketObserver

[virtual]

void  rtsock_data (const uint8_t* data, size_t nbytes)

rtsock_data

[pure virtual]

Receive data from the routing socket.

Note that this method is called asynchronously when the routing socket has data to receive, therefore it should never be called directly by anything else except the routing socket facility itself.

Parameters:
datathe buffer with the received data.
nbytesthe number of bytes in the data buffer.

RoutingSocket&  routing_socket ()

routing_socket

Get RoutingSocket associated with Observer.


Generated by: pavlin on possum.icir.org on Thu Nov 6 23:46:57 2003, using kdoc 2.0a54+XORP.