|
| | TAO_AV_TCP_Flow_Handler (TAO_AV_Callback *callback=0) |
| |
| virtual | ~TAO_AV_TCP_Flow_Handler (void) |
| |
| virtual TAO_AV_Transport * | transport (void) |
| |
| virtual int | open (void *=0) |
| |
| 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...
|
| |
| virtual ACE_Event_Handler * | event_handler (void) |
| | get the underlying event handler. To be overridden by the derived clases. More...
|
| |
| | 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) |
| |
| | ACE_Svc_Handler (ACE_Thread_Manager *thr_mgr=0, ACE_Message_Queue< ACE_SYNCH_USE > *mq=0, ACE_Reactor *reactor=ACE_Reactor::instance()) |
| |
| virtual | ~ACE_Svc_Handler (void) |
| |
| virtual int | close (u_long flags=0) |
| |
| virtual int | idle (u_long flags=0) |
| |
| virtual ACE_Recyclable_State | recycle_state (void) const |
| |
| virtual int | recycle_state (ACE_Recyclable_State new_state) |
| |
| virtual void | cleanup_hint (void **act_holder=0) |
| |
| virtual int | init (int argc, ACE_TCHAR *argv[]) |
| |
| virtual int | fini (void) |
| |
| virtual int | info (ACE_TCHAR **info_string, size_t length) const |
| |
| virtual int | handle_close (ACE_HANDLE=ACE_INVALID_HANDLE, ACE_Reactor_Mask=ACE_Event_Handler::ALL_EVENTS_MASK) |
| |
| virtual ACE_HANDLE | get_handle (void) const |
| |
| virtual void | set_handle (ACE_HANDLE) |
| |
| ACE_PEER_STREAM & | peer (void) const |
| |
| void * | operator new (size_t n) |
| |
| void * | operator new (size_t n, void *p) |
| |
| virtual void | destroy (void) |
| |
| void | operator delete (void *) |
| |
| void | operator delete (void *, void *) |
| |
| void | shutdown (void) |
| |
| void | dump (void) const |
| |
| virtual void | recycler (ACE_Connection_Recycling_Strategy *recycler, const void *recycling_act) |
| |
virtual
ACE_Connection_Recycling_Strategy * | recycler (void) const |
| |
| virtual const void * | recycling_act (void) const |
| |
| virtual int | recycle (void *=0) |
| |
| | ACE_Task (ACE_Thread_Manager *thr_mgr=0, ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *mq=0) |
| |
| virtual | ~ACE_Task (void) |
| |
ACE_Message_Queue
< ACE_SYNCH_USE, TIME_POLICY > * | msg_queue (void) |
| |
| void | msg_queue (ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *) |
| |
| ACE_Time_Value_T< TIME_POLICY > | gettimeofday (void) const |
| |
| void | set_time_policy (TIME_POLICY const &time_policy) |
| |
| int | putq (ACE_Message_Block *, ACE_Time_Value *timeout=0) |
| |
| int | getq (ACE_Message_Block *&mb, ACE_Time_Value *timeout=0) |
| |
| int | ungetq (ACE_Message_Block *, ACE_Time_Value *timeout=0) |
| |
| int | reply (ACE_Message_Block *mb, ACE_Time_Value *tv=0) |
| |
| int | put_next (ACE_Message_Block *msg, ACE_Time_Value *timeout=0) |
| |
| const ACE_TCHAR * | name (void) const |
| |
ACE_Task< ACE_SYNCH_USE,
TIME_POLICY > * | next (void) |
| |
| void | next (ACE_Task< ACE_SYNCH_USE, TIME_POLICY > *) |
| |
ACE_Task< ACE_SYNCH_USE,
TIME_POLICY > * | sibling (void) |
| |
ACE_Module< ACE_SYNCH_USE,
TIME_POLICY > * | module (void) const |
| |
| int | flush (u_long flag=ACE_Task_Flags::ACE_FLUSHALL) |
| |
| void | water_marks (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds, size_t) |
| |
| void | dump (void) const |
| |