class RoutingSocketReader


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 RoutingSocketReader (RoutingSocket& rs)

RoutingSocketReader

 ~RoutingSocketReader ()

~RoutingSocketReader

[virtual]

int  receive_data (RoutingSocket& rs, uint32_t seqno, string& error_msg)

receive_data

Force the reader to receive data from the specified routing socket.

Parameters:

rsthe routing socket to receive the data from.
seqnothe sequence number of the data to receive.
error_msgthe error message (if error).

Returns: XORP_OK on success, otherwise XORP_ERROR.

const uint8_t*  buffer ()

buffer

[const]

Get the buffer with the data that was received.

Returns: a pointer to the beginning of the buffer with the data that was received.

const size_t  buffer_size ()

buffer_size

[const]

Get the size of the buffer with the data that was received.

Returns: the size of the buffer with the data that was received.

void  rtsock_data (const uint8_t* data, size_t nbytes)

rtsock_data

[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.

Reimplemented from RoutingSocketObserver.


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