TAO_AV_Flow_Protocol_Factory Class Reference

#include <Protocol_Factory.h>

Inheritance diagram for TAO_AV_Flow_Protocol_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_AV_Flow_Protocol_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_AV_Flow_Protocol_Factory (void)
 Initialization hook.

virtual ~TAO_AV_Flow_Protocol_Factory (void)
virtual int init (int argc, char *argv[])
virtual int match_protocol (const char *flow_string)
virtual TAO_AV_Protocol_Objectmake_protocol_object (TAO_FlowSpec_Entry *entry, TAO_Base_StreamEndPoint *endpoint, TAO_AV_Flow_Handler *handler, TAO_AV_Transport *transport)
virtual const char * control_flow_factory (void)

Public Attributes

int ref_count

Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_AV_Flow_Protocol_Factory::TAO_AV_Flow_Protocol_Factory void   ) 
 

Initialization hook.

Definition at line 12 of file Protocol_Factory.cpp.

00013 {
00014 }

TAO_AV_Flow_Protocol_Factory::~TAO_AV_Flow_Protocol_Factory void   )  [virtual]
 

Definition at line 16 of file Protocol_Factory.cpp.

00017 {
00018 }


Member Function Documentation

const char * TAO_AV_Flow_Protocol_Factory::control_flow_factory void   )  [virtual]
 

Reimplemented in TAO_AV_RTP_Flow_Factory.

Definition at line 43 of file Protocol_Factory.cpp.

Referenced by TAO_AV_Acceptor_Registry::open(), TAO_AV_Connector_Registry::open(), and TAO_AV_Acceptor_Registry::open_default().

00044 {
00045   return 0;
00046 }

int TAO_AV_Flow_Protocol_Factory::init int  argc,
char *  argv[]
[virtual]
 

Reimplemented in TAO_AV_RTCP_Flow_Factory, TAO_AV_RTP_Flow_Factory, TAO_AV_SFP_Factory, TAO_AV_TCP_Flow_Factory, and TAO_AV_UDP_Flow_Factory.

Definition at line 21 of file Protocol_Factory.cpp.

00023 {
00024   return -1;
00025 }

TAO_AV_Protocol_Object * TAO_AV_Flow_Protocol_Factory::make_protocol_object TAO_FlowSpec_Entry entry,
TAO_Base_StreamEndPoint endpoint,
TAO_AV_Flow_Handler handler,
TAO_AV_Transport transport
[virtual]
 

Reimplemented in TAO_AV_RTCP_Flow_Factory, TAO_AV_RTP_Flow_Factory, TAO_AV_SFP_Factory, TAO_AV_TCP_Flow_Factory, and TAO_AV_UDP_Flow_Factory.

Definition at line 34 of file Protocol_Factory.cpp.

Referenced by TAO_AV_UDP_Connector::connect(), TAO_AV_TCP_Acceptor::make_svc_handler(), TAO_AV_TCP_Connector::make_svc_handler(), and TAO_AV_UDP_Acceptor::open_i().

00038 {
00039   return 0;
00040 }

int TAO_AV_Flow_Protocol_Factory::match_protocol const char *  flow_string  )  [virtual]
 

Reimplemented in TAO_AV_RTCP_Flow_Factory, TAO_AV_RTP_Flow_Factory, TAO_AV_SFP_Factory, TAO_AV_TCP_Flow_Factory, and TAO_AV_UDP_Flow_Factory.

Definition at line 28 of file Protocol_Factory.cpp.

00029 {
00030   return 0;
00031 }


Member Data Documentation

int TAO_AV_Flow_Protocol_Factory::ref_count
 

Definition at line 97 of file Protocol_Factory.h.

Referenced by TAO_AV_Core::load_default_flow_protocol_factories().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:47:10 2006 for TAO_AV by doxygen 1.3.6