TAO_SSLIOP
3.0.1
|
IIOP-specific Connector (SSL aware) bridge for pluggable protocols. More...
#include <IIOP_SSL_Connector.h>
Public Member Functions | |
IIOP_SSL_Connector (void) | |
Constructor. More... | |
~IIOP_SSL_Connector (void) | |
Destructor. More... | |
int | open (TAO_ORB_Core *orb_core) |
int | close (void) |
![]() | |
TAO_IIOP_Connector (void) | |
~TAO_IIOP_Connector (void) | |
TAO_Profile * | create_profile (TAO_InputCDR &cdr) |
virtual int | check_prefix (const char *endpoint) |
virtual char | object_key_delimiter (void) const |
![]() | |
TAO_Connector (CORBA::ULong tag) | |
virtual | ~TAO_Connector (void) |
CORBA::ULong | tag (void) const |
int | make_mprofile (const char *ior, TAO_MProfile &mprofile) |
virtual TAO_Profile * | corbaloc_scan (const char *ior, size_t &len) |
virtual TAO_Transport * | connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
virtual TAO_Transport * | parallel_connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
The TAO_Connector Methods | |
Check the documentation in tao/Transport_Connector.h for details. | |
CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. More... | |
BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for IIOP_SSL. More... | |
int | set_validate_endpoint (TAO_Endpoint *ep) |
Our connect strategy. More... | |
TAO_Transport * | make_connection (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface &desc, ACE_Time_Value *timeout=0) |
Our connect strategy. More... | |
virtual int | cancel_svc_handler (TAO_Connection_Handler *svc_handler) |
Our connect strategy. More... | |
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 | ( | void | ) |
Constructor.
TAO::IIOP_SSL_Connector::~IIOP_SSL_Connector | ( | void | ) |
Destructor.
|
protectedvirtual |
Our connect strategy.
Reimplemented from TAO_IIOP_Connector.
Reimplemented in TAO::SSLIOP::Connector.
|
virtual |
Reimplemented from TAO_IIOP_Connector.
Reimplemented in TAO::SSLIOP::Connector.
|
protectedvirtual |
Our connect strategy.
Reimplemented from TAO_IIOP_Connector.
|
virtual |
Reimplemented from TAO_IIOP_Connector.
Reimplemented in TAO::SSLIOP::Connector.
|
protectedvirtual |
Our connect strategy.
Reimplemented from TAO_IIOP_Connector.
|
private |
The connector initiating connection requests for IIOP_SSL.
|
private |
Our connect strategy.