|
| | TAO_Reverse_FlowSpec_Entry () |
| |
| | TAO_Reverse_FlowSpec_Entry (const char *flowname, const char *direction, const char *format_name, const char *flow_protocol, const char *carrier_protocol, ACE_Addr *address, ACE_Addr *control_address=0) |
| |
| | TAO_Reverse_FlowSpec_Entry (const char *flowname, const char *direction, const char *format_name, const char *flow_protocol, const char *address) |
| |
| virtual | ~TAO_Reverse_FlowSpec_Entry () |
| |
| virtual const char * | entry_to_string () |
| | converts the entry to a string.
|
| |
| virtual Role | role () |
| |
| virtual int | parse (const char *flowSpec_entry) |
| | construct the entry from a string specified by the flowSpec grammar.
|
| |
| | TAO_FlowSpec_Entry () |
| | default constructor.
|
| |
| | TAO_FlowSpec_Entry (const char *flowname, const char *direction, const char *format_name, const char *flow_protocol, const char *carrier_protocol, ACE_Addr *fwd_address, ACE_Addr *control_address=0) |
| | constructor to construct an entry from the arguments.
|
| |
| | TAO_FlowSpec_Entry (const char *flowname, const char *direction, const char *format_name, const char *flow_protocol, const char *fwd_address) |
| |
| virtual | ~TAO_FlowSpec_Entry () |
| | virtual destructor.
|
| |
| int | direction () |
| | accessor to the direction.
|
| |
| void | role (Role role) |
| |
| const char * | direction_str () const |
| | accessor to string version of direction .
|
| |
| const char * | flow_protocol_str () const |
| | accessor to the flow protocol string.
|
| |
| void | flow_protocol_str (const char *flow_protocol_str) |
| | set the flow protocol string.
|
| |
| ACE_Addr * | address () |
| | accessor to address of the carrier protocol.
|
| |
| ACE_Addr * | control_address () |
| |
| void | address (ACE_Addr *address, bool cleanup=false) |
| |
| void | control_address (ACE_Addr *address) |
| |
| const char * | address_str () const |
| | Address in string format i. hostname:port.
|
| |
| TAO_AV_Core::Protocol | carrier_protocol () |
| | accessor to carrier protocol i.e TCP,UDP,RTP/UDP.
|
| |
| const char * | carrier_protocol_str () const |
| | accessor to string version of carrier protocol.
|
| |
| const char * | format () const |
| | accessor to format to be used for this flow.
|
| |
| const char * | flowname () const |
| | accessor to name of this flow.
|
| |
| int | set_peer_addr (ACE_Addr *peer_addr) |
| |
| ACE_Addr * | get_peer_addr () |
| |
| int | set_peer_control_addr (ACE_Addr *peer_control_addr) |
| |
| ACE_Addr * | get_peer_control_addr () |
| |
| int | set_local_sec_addr (char **local_sec_addr, int size) |
| |
| char ** | get_local_sec_addr () |
| |
| int | num_local_sec_addrs () |
| |
| int | set_peer_sec_addr (char **peer_sec_addr, int size) |
| |
| char ** | get_peer_sec_addr () |
| |
| int | num_peer_sec_addrs () |
| |
| int | set_local_addr (ACE_Addr *local_addr) |
| |
| ACE_Addr * | get_local_addr () |
| |
| char * | get_local_addr_str () |
| |
| int | set_local_control_addr (ACE_Addr *local_control_addr) |
| |
| ACE_Addr * | get_local_control_addr () |
| |
| char * | get_local_control_addr_str () |
| |
| TAO_AV_Transport * | transport () |
| |
| void | transport (TAO_AV_Transport *transport) |
| |
| TAO_AV_Transport * | control_transport () |
| |
| void | control_transport (TAO_AV_Transport *control_transport) |
| |
| TAO_AV_Flow_Handler * | handler () |
| |
| void | handler (TAO_AV_Flow_Handler *handler) |
| |
| TAO_AV_Flow_Handler * | control_handler () |
| |
| void | control_handler (TAO_AV_Flow_Handler *control_handler) |
| |
| TAO_AV_Protocol_Object * | protocol_object () |
| |
| void | protocol_object (TAO_AV_Protocol_Object *object) |
| |
| TAO_AV_Protocol_Object * | control_protocol_object () |
| |
| void | control_protocol_object (TAO_AV_Protocol_Object *object) |
| |
| int | parse_address (const char *format_string, TAO_AV_Core::Flow_Component flow_component) |
| | sets the address for this flow.
|
| |
| int | is_multicast () |
| | returns true for a multicast address.
|
| |