TAO_SSLIOP 4.0.2
|
SSLIOP-specific Connector bridge for pluggable protocols. More...
#include <SSLIOP_Connector.h>
Public Member Functions | |
Connector (::Security::QOP qop, bool check_host) | |
Constructor. | |
The TAO_Connector methods | |
Please check the documentation in Transport_Connector.h | |
virtual int | open (TAO_ORB_Core *orb_core) |
virtual int | close () |
virtual TAO_Transport * | connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
virtual TAO_Profile * | create_profile (TAO_InputCDR &cdr) |
virtual int | check_prefix (const char *endpoint) |
virtual TAO_Profile * | corbaloc_scan (const char *ior, size_t &len) |
![]() | |
IIOP_SSL_Connector () | |
Constructor. | |
~IIOP_SSL_Connector () | |
Destructor. | |
int | open (TAO_ORB_Core *orb_core) |
int | close () |
Additional Inherited Members | |
![]() | |
typedef TAO_Connect_Concurrency_Strategy< IIOP_SSL_Connection_Handler > | CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy< IIOP_SSL_Connection_Handler > | CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy< IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTOR > | CONNECT_STRATEGY |
typedef ACE_Strategy_Connector< IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTOR > | BASE_CONNECTOR |
![]() | |
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. | |
SSLIOP-specific Connector 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<Connection_Handler, ACE_SSL_SOCK_Connector> TAO::SSLIOP::Connector::BASE_CONNECTOR |
typedef ACE_Connect_Strategy<Connection_Handler, ACE_SSL_SOCK_Connector> TAO::SSLIOP::Connector::CONNECT_STRATEGY |
TAO::SSLIOP::Connector::Connector | ( | ::Security::QOP | qop, |
bool | check_host ) |
Constructor.
|
protectedvirtual |
If zero, connect to IIOP over SSL port by default. Otherwise, connect to the insecure IIOP port.
Reimplemented from TAO::IIOP_SSL_Connector.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protectedvirtual |
|
protected |
SSL-specific profile.
|
virtual |
|
protected |
Retrieve SSLIOP credentials from the policy overrides list and set up the underlying SSL connection to use the X.509 certificates stored within them.
|
protected |
SSLIOP-specific connection establishment.
|
private |
The connector initiating connection requests for IIOP.
|
private |
if true, do a match between the host name we connected to and what is in the server's certificate.
|
private |
Our connect strategy.
|
private |