TAO_SSLIOP
2.3.2
|
SSLIOP-specific Connector bridge for pluggable protocols. More...
#include <SSLIOP_Connector.h>
Public Member Functions | |
Connector (::Security::QOP qop, bool check_host) | |
Constructor. More... | |
The TAO_Connector methods | |
Please check the documentation in Transport_Connector.h | |
virtual int | open (TAO_ORB_Core *orb_core) |
virtual int | close (void) |
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 (void) | |
Constructor. More... | |
~IIOP_SSL_Connector (void) | |
Destructor. More... | |
![]() | |
TAO_IIOP_Connector (void) | |
~TAO_IIOP_Connector (void) | |
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_Transport * | parallel_connect (TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
Private Attributes | |
::Security::QOP | qop_ |
bool | check_host_ |
CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. More... | |
BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for IIOP. More... | |
Additional Inherited Members | |
![]() | |
TAO_Connect_Strategy * | active_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 TAO_Connect_Concurrency_Strategy<Connection_Handler> TAO::SSLIOP::Connector::CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy<Connection_Handler> TAO::SSLIOP::Connector::CONNECT_CREATION_STRATEGY |
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 |
Reimplemented from TAO::IIOP_SSL_Connector.
|
virtual |
Reimplemented from TAO_IIOP_Connector.
|
virtual |
Reimplemented from TAO::IIOP_SSL_Connector.
|
virtual |
Reimplemented from TAO_Connector.
|
virtual |
Reimplemented from TAO_Connector.
|
virtual |
Reimplemented from TAO_IIOP_Connector.
|
protected |
|
protectedvirtual |
Reimplemented from TAO_IIOP_Connector.
|
protected |
SSL-specific profile.
|
virtual |
Reimplemented from TAO::IIOP_SSL_Connector.
|
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 |