TAO_AV  2.1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
TAO_AV_TCP_Flow_Handler Class Reference

#include <TCP.h>

Inheritance diagram for TAO_AV_TCP_Flow_Handler:
Inheritance graph
[legend]
Collaboration diagram for TAO_AV_TCP_Flow_Handler:
Collaboration graph
[legend]

Public Member Functions

 TAO_AV_TCP_Flow_Handler (TAO_AV_Callback *callback=0)
virtual ~TAO_AV_TCP_Flow_Handler (void)
virtual TAO_AV_Transporttransport (void)
 get the transport.
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.
virtual ACE_Event_Handlerevent_handler (void)
 get the underlying event handler. To be overridden by the derived clases.
- Public Member Functions inherited from TAO_AV_Flow_Handler
 TAO_AV_Flow_Handler (void)
 Constructor.
virtual ~TAO_AV_Flow_Handler (void)
virtual int start (TAO_FlowSpec_Entry::Role role)
 Start/stop the flow handler.
virtual int stop (TAO_FlowSpec_Entry::Role role)
virtual int schedule_timer (void)
 Schedule timer. Uses the get_timeout method on the callback.
virtual int cancel_timer (void)
TAO_AV_Protocol_Objectprotocol_object (void)
 set/get protocol_object.
void protocol_object (TAO_AV_Protocol_Object *protocol_object)
void callback (TAO_AV_Callback *callback)
 set the callback.
virtual int set_remote_address (ACE_Addr *address)
 set the remote address.
virtual int change_qos (AVStreams::QoS)
- Public Member Functions inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
 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_STREAMpeer (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 > *mq=0)
virtual ~ACE_Task (void)
ACE_Message_Queue
< ACE_SYNCH_USE > * 
msg_queue (void)
void msg_queue (ACE_Message_Queue< ACE_SYNCH_USE > *)
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_TCHARname (void) const
ACE_Task< ACE_SYNCH_USE > * next (void)
void next (ACE_Task< ACE_SYNCH_USE > *)
ACE_Task< ACE_SYNCH_USE > * sibling (void)
ACE_Module< ACE_SYNCH_USE > * 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)
 ACE_Task_Base (ACE_Thread_Manager *=0)
virtual ~ACE_Task_Base (void)
virtual int module_closed (void)
virtual int put (ACE_Message_Block *, ACE_Time_Value *=0)
virtual int svc (void)
virtual int activate (long flags=THR_NEW_LWP|THR_JOINABLE|THR_INHERIT_SCHED, int n_threads=1, int force_active=0, long priority=ACE_DEFAULT_THREAD_PRIORITY, int grp_id=-1, ACE_Task_Base *task=0, ACE_hthread_t thread_handles[]=0, void *stack[]=0, size_t stack_size[]=0, ACE_thread_t thread_ids[]=0, const char *thr_name[]=0)
virtual int wait (void)
virtual int suspend (void)
virtual int resume (void)
int grp_id (void) const
void grp_id (int)
ACE_Thread_Managerthr_mgr (void) const
void thr_mgr (ACE_Thread_Manager *)
int is_reader (void) const
int is_writer (void) const
size_t thr_count (void) const
ACE_thread_t last_thread (void) const
 ACE_Service_Object (ACE_Reactor *=0)
virtual ~ACE_Service_Object (void)
virtual ~ACE_Event_Handler (void)
virtual int priority (void) const
virtual void priority (int priority)
virtual int handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE)
virtual int handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE)
virtual int handle_exit (ACE_Process *)
virtual int handle_signal (int signum, siginfo_t *=0, ucontext_t *=0)
virtual int resume_handler (void)
virtual int handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
virtual int handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
virtual void reactor (ACE_Reactor *reactor)
virtual ACE_Reactorreactor (void) const
virtual
ACE_Reactor_Timer_Interface
reactor_timer_interface (void) const
virtual Reference_Count add_reference (void)
virtual Reference_Count remove_reference (void)
Reference_Counting_Policyreference_counting_policy (void)
 ACE_Shared_Object (void)
virtual ~ACE_Shared_Object (void)

Protected Attributes

TAO_AV_Coreav_core_
- Protected Attributes inherited from TAO_AV_Flow_Handler
TAO_AV_Transporttransport_
TAO_AV_Callbackcallback_
TAO_AV_Protocol_Objectprotocol_object_
long timer_id_
ACE_Reactorreactor_
void * timeout_arg_
- Protected Attributes inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
ACE_PEER_STREAM peer_
bool dynamic_
bool closing_
ACE_Connection_Recycling_Strategyrecycler_
const void * recycling_act_
- Protected Attributes inherited from ACE_Task< ACE_SYNCH_USE >
size_t thr_count_
ACE_Thread_Managerthr_mgr_
u_long flags_
int grp_id_
ACE_thread_t last_thread_id_
- Protected Attributes inherited from ACE_Task_Base
size_t thr_count_
ACE_Thread_Managerthr_mgr_
u_long flags_
int grp_id_
ACE_thread_t last_thread_id_
- Protected Attributes inherited from ACE_Service_Object
Atomic_Reference_Count reference_count_
- Protected Attributes inherited from ACE_Event_Handler
Atomic_Reference_Count reference_count_

Additional Inherited Members

- Public Types inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
typedef ACE_PEER_STREAM_ADDR addr_type
typedef ACE_PEER_STREAM stream_type
- Static Public Member Functions inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
static ACE_THR_FUNC_RETURN svc_run (void *)
static void cleanup (void *object, void *params)
- Public Attributes inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
ACE_Message_Queue
< ACE_SYNCH_USE > * 
msg_queue_
bool delete_msg_queue_
ACE_Module< ACE_SYNCH_USE > * mod_
ACE_Task< ACE_SYNCH_USE > * next_
 ACE_ALLOC_HOOK_DECLARE
- Protected Types inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
typedef ACE_Atomic_Op
< ACE_SYNCH_MUTEX,
Reference_Count
Atomic_Reference_Count
- Protected Member Functions inherited from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >
 ACE_Event_Handler (ACE_Reactor *=0, int priority=ACE_Event_Handler::LO_PRIORITY)

Constructor & Destructor Documentation

TAO_AV_TCP_Flow_Handler::TAO_AV_TCP_Flow_Handler ( TAO_AV_Callback callback = 0)
TAO_AV_TCP_Flow_Handler::~TAO_AV_TCP_Flow_Handler ( void  )
virtual

Member Function Documentation

virtual ACE_Event_Handler* TAO_AV_TCP_Flow_Handler::event_handler ( void  )
inlinevirtual

get the underlying event handler. To be overridden by the derived clases.

Implements TAO_AV_Flow_Handler.

int TAO_AV_TCP_Flow_Handler::handle_input ( ACE_HANDLE  fd)
virtual
int TAO_AV_TCP_Flow_Handler::handle_timeout ( const ACE_Time_Value tv,
const void *  arg = 0 
)
virtual

Handle timeout. called from reactor.

Reimplemented from TAO_AV_Flow_Handler.

int TAO_AV_TCP_Flow_Handler::open ( void *  = 0)
virtual
TAO_AV_Transport * TAO_AV_TCP_Flow_Handler::transport ( void  )
virtual

get the transport.

Reimplemented from TAO_AV_Flow_Handler.

Member Data Documentation

TAO_AV_Core* TAO_AV_TCP_Flow_Handler::av_core_
protected

The documentation for this class was generated from the following files: