TAO_SSLIOP
2.1.2
|
SSLIOP-specific Connector bridge for pluggable protocols. More...
#include <SSLIOP_Connector.h>
Public Types | |
typedef TAO_Connect_Concurrency_Strategy < Connection_Handler > | CONNECT_CONCURRENCY_STRATEGY |
typedef TAO_Connect_Creation_Strategy < Connection_Handler > | CONNECT_CREATION_STRATEGY |
typedef ACE_Connect_Strategy < Connection_Handler, ACE_SSL_SOCK_Connector > | CONNECT_STRATEGY |
typedef ACE_Strategy_Connector < Connection_Handler, ACE_SSL_SOCK_Connector > | BASE_CONNECTOR |
Public Member Functions | |
Connector (::Security::QOP qop) | |
Constructor. | |
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) |
Protected Member Functions | |
TAO_Profile * | make_secure_profile (void) |
SSL-specific profile. | |
TAO_Transport * | iiop_connect (TAO_SSLIOP_Endpoint *ssliop_endpoint, TAO::Profile_Transport_Resolver *r, ACE_Time_Value *timeout) |
IIOP-specific connection establishment. | |
TAO_Transport * | ssliop_connect (TAO_SSLIOP_Endpoint *ssliop_endpoint,::Security::QOP qop, const ::Security::EstablishTrust &trust, TAO::Profile_Transport_Resolver *r, TAO_Transport_Descriptor_Interface *desc, ACE_Time_Value *timeout) |
SSLIOP-specific connection establishment. | |
TAO::SSLIOP::OwnCredentials * | retrieve_credentials (TAO_Stub *stub, SSL *ssl) |
@c TAO_Connector Methods | |
Methods required by the
| |
virtual TAO_Profile * | make_profile (void) |
virtual int | cancel_svc_handler (TAO_Connection_Handler *svc_handler) |
Private Attributes | |
::Security::QOP | qop_ |
CONNECT_STRATEGY | connect_strategy_ |
Our connect strategy. | |
BASE_CONNECTOR | base_connector_ |
The connector initiating connection requests for IIOP. |
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 |
Reimplemented from TAO::IIOP_SSL_Connector.
typedef TAO_Connect_Concurrency_Strategy<Connection_Handler> TAO::SSLIOP::Connector::CONNECT_CONCURRENCY_STRATEGY |
Reimplemented from TAO::IIOP_SSL_Connector.
typedef TAO_Connect_Creation_Strategy<Connection_Handler> TAO::SSLIOP::Connector::CONNECT_CREATION_STRATEGY |
Reimplemented from TAO::IIOP_SSL_Connector.
typedef ACE_Connect_Strategy<Connection_Handler, ACE_SSL_SOCK_Connector> TAO::SSLIOP::Connector::CONNECT_STRATEGY |
Reimplemented from TAO::IIOP_SSL_Connector.
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.
The connector initiating connection requests for IIOP.
Reimplemented from TAO::IIOP_SSL_Connector.
Our connect strategy.
Reimplemented from TAO::IIOP_SSL_Connector.
|
private |