#include <TCP.h>
Inheritance diagram for TAO_AV_TCP_Connector
Public Methods | |
TAO_AV_TCP_Connector (void) | |
virtual | ~TAO_AV_TCP_Connector (void) |
virtual int | open (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_AV_Flow_Protocol_Factory *factory) |
virtual int | connect (TAO_FlowSpec_Entry *entry, TAO_AV_Transport *&transport) |
virtual int | close (void) |
virtual int | make_svc_handler (TAO_AV_TCP_Flow_Handler *&handler) |
Protected Attributes | |
TAO_AV_Core* | av_core_ |
TAO_AV_TCP_Base_Connector | connector_ |
TAO_Base_StreamEndPoint* | endpoint_ |
TAO_FlowSpec_Entry* | entry_ |
TAO_AV_Flow_Protocol_Factory* | flow_protocol_factory_ |
|
|
|
|
|
Reimplemented from TAO_AV_Connector. |
|
Reimplemented from TAO_AV_Connector. |
|
|
|
Reimplemented from TAO_AV_Connector. |
|
|
|
|
|
|
|
|
|
|