TAO_SSLIOP 4.0.0
|
IIOP-specific Connector (SSL aware) bridge for pluggable protocols. More...
#include <IIOP_SSL_Connector.h>
Public Member Functions | |
IIOP_SSL_Connector () | |
Constructor. | |
~IIOP_SSL_Connector () | |
Destructor. | |
int | open (TAO_ORB_Core *orb_core) |
int | close () |
The TAO_Connector Methods | |
Check the documentation in tao/Transport_Connector.h for details. | |
CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. | |
BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for IIOP_SSL. | |
int | set_validate_endpoint (TAO_Endpoint *ep) |
Our connect strategy. | |
TAO_Transport * | make_connection (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface &desc, ACE_Time_Value *timeout=0) |
Our connect strategy. | |
virtual int | cancel_svc_handler (TAO_Connection_Handler *svc_handler) |
Our connect strategy. | |
IIOP-specific Connector (SSL aware) bridge for pluggable protocols.
Concrete instance of the TAO_Connector class. Responsible for establishing a connection with a server and is called from the Connector_Registry.
typedef ACE_Strategy_Connector<IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTOR> TAO::IIOP_SSL_Connector::BASE_CONNECTOR |
typedef TAO_Connect_Concurrency_Strategy<IIOP_SSL_Connection_Handler> TAO::IIOP_SSL_Connector::CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy<IIOP_SSL_Connection_Handler> TAO::IIOP_SSL_Connector::CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy<IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTOR> TAO::IIOP_SSL_Connector::CONNECT_STRATEGY |
TAO::IIOP_SSL_Connector::IIOP_SSL_Connector | ( | ) |
Constructor.
TAO::IIOP_SSL_Connector::~IIOP_SSL_Connector | ( | ) |
Destructor.
|
protectedvirtual |
Our connect strategy.
Reimplemented in TAO::SSLIOP::Connector.
int TAO::IIOP_SSL_Connector::close | ( | ) |
|
protected |
Our connect strategy.
int TAO::IIOP_SSL_Connector::open | ( | TAO_ORB_Core * | orb_core | ) |
|
protected |
Our connect strategy.
|
private |
The connector initiating connection requests for IIOP_SSL.
|
private |
Our connect strategy.