#include "orbsvcs/AV/FlowSpec_Entry.h"#include "orbsvcs/AV/AV_Core.h"#include "orbsvcs/AV/AV_export.h"#include "ace/Service_Object.h"#include "ace/Acceptor.h"#include "ace/SOCK_Acceptor.h"#include "ace/SOCK_Connector.h"#include "ace/Connector.h"#include "ace/Addr.h"#include "ace/SOCK_Dgram.h"#include "orbsvcs/AV/Transport.inl"Include dependency graph for Transport.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TAO_AV_Transport_Item |
| class | TAO_AV_Flow_Protocol_Item |
| class | TAO_AV_Flow_Handler |
| class | TAO_AV_Transport |
| A Base class for the different transport protocols. All the different transports should derive and implement the open,close,send and recv methods. More... | |
| class | TAO_AV_Acceptor |
| class | TAO_AV_Connector |
| class | TAO_AV_Connector_Registry |
| class | TAO_AV_Acceptor_Registry |
| class | TAO_AV_Transport_Factory |
Typedefs | |
| typedef ACE_Unbounded_Set< TAO_AV_Connector * > | TAO_AV_ConnectorSet |
| typedef ACE_Unbounded_Set_Iterator< TAO_AV_Connector * > | TAO_AV_ConnectorSetItor |
| typedef ACE_Unbounded_Set< TAO_AV_Acceptor * > | TAO_AV_AcceptorSet |
| typedef ACE_Unbounded_Set_Iterator< TAO_AV_Acceptor * > | TAO_AV_AcceptorSetItor |
Variables | |
| TAO_BEGIN_VERSIONED_NAMESPACE_DECL class | TAO_AV_Core |
|
|
Definition at line 295 of file Transport.h. |
|
|
Definition at line 296 of file Transport.h. Referenced by TAO_AV_Acceptor_Registry::close_all(), TAO_AV_Core::get_acceptor(), and TAO_AV_Core::remove_acceptor(). |
|
|
Definition at line 266 of file Transport.h. |
|
|
Definition at line 267 of file Transport.h. Referenced by TAO_AV_Connector_Registry::close_all(), TAO_AV_Core::get_connector(), and TAO_AV_Core::remove_connector(). |
|
|
Definition at line 36 of file Transport.h. |
1.3.6