TAO_AV
2.2.6
|
Flow Handler for data sent over multicast sockets. More...
#include <MCast.h>
Public Member Functions | |
TAO_AV_UDP_MCast_Flow_Handler (void) | |
virtual | ~TAO_AV_UDP_MCast_Flow_Handler (void) |
virtual ACE_HANDLE | get_handle (void) const |
virtual int | handle_input (ACE_HANDLE fd) |
virtual int | handle_timeout (const ACE_Time_Value &tv, const void *arg=0) |
Handle timeout. called from reactor. More... | |
ACE_SOCK_Dgram_Mcast * | get_mcast_socket (void) const |
virtual ACE_Event_Handler * | event_handler (void) |
get the underlying event handler. To be overridden by the derived clases. More... | |
void | set_peer_addr (ACE_INET_Addr *peer_addr) |
Public Member Functions inherited from TAO_AV_Flow_Handler | |
TAO_AV_Flow_Handler (void) | |
Constructor. More... | |
virtual | ~TAO_AV_Flow_Handler (void) |
virtual int | start (TAO_FlowSpec_Entry::Role role) |
Start/stop the flow handler. More... | |
virtual int | stop (TAO_FlowSpec_Entry::Role role) |
virtual int | schedule_timer (void) |
Schedule timer. Uses the get_timeout method on the callback. More... | |
virtual int | cancel_timer (void) |
TAO_AV_Transport * | transport (void) |
get the transport. More... | |
TAO_AV_Protocol_Object * | protocol_object (void) |
set/get protocol_object. More... | |
void | protocol_object (TAO_AV_Protocol_Object *protocol_object) |
void | callback (TAO_AV_Callback *callback) |
set the callback. More... | |
virtual int | set_remote_address (ACE_Addr *address) |
set the remote address. More... | |
virtual int | change_qos (AVStreams::QoS) |
Protected Attributes | |
ACE_INET_Addr * | peer_addr_ |
ACE_SOCK_Dgram_Mcast * | dgram_mcast_ |
Protected Attributes inherited from TAO_AV_Flow_Handler | |
TAO_AV_Transport * | transport_ |
TAO_AV_Callback * | callback_ |
TAO_AV_Protocol_Object * | protocol_object_ |
long | timer_id_ |
ACE_Reactor * | reactor_ |
void * | timeout_arg_ |
Flow Handler for data sent over multicast sockets.
TAO_AV_UDP_MCast_Flow_Handler::TAO_AV_UDP_MCast_Flow_Handler | ( | void | ) |
Ctor Dtor
|
virtual |
|
inlinevirtual |
get the underlying event handler. To be overridden by the derived clases.
Implements TAO_AV_Flow_Handler.
|
virtual |
ACE_SOCK_Dgram_Mcast * TAO_AV_UDP_MCast_Flow_Handler::get_mcast_socket | ( | void | ) | const |
|
virtual |
|
virtual |
Handle timeout. called from reactor.
Reimplemented from TAO_AV_Flow_Handler.
void TAO_AV_UDP_MCast_Flow_Handler::set_peer_addr | ( | ACE_INET_Addr * | peer_addr | ) |
|
protected |
|
protected |