TAO_AV
2.2.6
|
A transport abstraction for udp sockets. Uses the ACE_SOCK_Dgram to send the data. More...
#include <UDP.h>
Public Member Functions | |
TAO_AV_UDP_Transport (void) | |
TAO_AV_UDP_Transport (TAO_AV_UDP_Flow_Handler *handler) | |
virtual | ~TAO_AV_UDP_Transport (void) |
virtual int | open (ACE_Addr *addr) |
virtual int | close (void) |
virtual int | mtu (void) |
Write the complete Message_Block chain to the connection. More... | |
virtual ACE_Addr * | get_peer_addr (void) |
virtual int | set_remote_address (const ACE_INET_Addr &address) |
virtual ssize_t | send (const ACE_Message_Block *mblk, ACE_Time_Value *s=0) |
Write the complete Message_Block chain to the connection. More... | |
virtual ssize_t | send (const char *buf, size_t len, ACE_Time_Value *s=0) |
Write the contents of the buffer of length len to the connection. More... | |
virtual ssize_t | send (const iovec *iov, int iovcnt, ACE_Time_Value *s=0) |
Write the contents of iovcnt iovec's to the connection. More... | |
virtual ssize_t | recv (char *buf, size_t len, ACE_Time_Value *s=0) |
Read len bytes from into buf. More... | |
virtual ssize_t | recv (char *buf, size_t len, int flags, ACE_Time_Value *s=0) |
Read len bytes from into buf using flags. More... | |
virtual ssize_t | recv (iovec *iov, int iovcnt, ACE_Time_Value *s=0) |
Read received data into the iovec buffers. More... | |
TAO_AV_UDP_Flow_Handler * | handler (void) |
Public Member Functions inherited from TAO_AV_Transport | |
TAO_AV_Transport (void) | |
virtual | ~TAO_AV_Transport (void) |
virtual ACE_Addr * | get_local_addr (void) |
Protected Attributes | |
TAO_AV_UDP_Flow_Handler * | handler_ |
ACE_Addr * | addr_ |
ACE_INET_Addr | peer_addr_ |
A transport abstraction for udp sockets. Uses the ACE_SOCK_Dgram to send the data.
TAO_AV_UDP_Transport::TAO_AV_UDP_Transport | ( | void | ) |
TAO_AV_UDP_Transport::TAO_AV_UDP_Transport | ( | TAO_AV_UDP_Flow_Handler * | handler | ) |
|
virtual |
|
virtual |
Implements TAO_AV_Transport.
|
virtual |
Implements TAO_AV_Transport.
|
inline |
|
virtual |
Write the complete Message_Block chain to the connection.
Implements TAO_AV_Transport.
|
virtual |
Implements TAO_AV_Transport.
|
virtual |
Read len bytes from into buf.
Implements TAO_AV_Transport.
|
virtual |
Read len bytes from into buf using flags.
Implements TAO_AV_Transport.
|
virtual |
Read received data into the iovec buffers.
Implements TAO_AV_Transport.
|
virtual |
Write the complete Message_Block chain to the connection.
Implements TAO_AV_Transport.
|
virtual |
Write the contents of the buffer of length len to the connection.
Implements TAO_AV_Transport.
|
virtual |
Write the contents of iovcnt iovec's to the connection.
Implements TAO_AV_Transport.
|
virtual |
|
protected |
|
protected |
|
protected |