TAO_SSLIOP 4.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
TAO::IIOP_SSL_Connector Class Reference

IIOP-specific Connector (SSL aware) bridge for pluggable protocols. More...

#include <IIOP_SSL_Connector.h>

Inheritance diagram for TAO::IIOP_SSL_Connector:
Inheritance graph
[legend]
Collaboration diagram for TAO::IIOP_SSL_Connector:
Collaboration graph
[legend]

Public Types

typedef TAO_Connect_Concurrency_Strategy< IIOP_SSL_Connection_HandlerCONNECT_CONCURRENCY_STRATEGY
 
typedef TAO_Connect_Creation_Strategy< IIOP_SSL_Connection_HandlerCONNECT_CREATION_STRATEGY
 
typedef ACE_Connect_Strategy< IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTORCONNECT_STRATEGY
 
typedef ACE_Strategy_Connector< IIOP_SSL_Connection_Handler, ACE_SOCK_CONNECTORBASE_CONNECTOR
 

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_Transportmake_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.
 

Detailed Description

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.

Member Typedef Documentation

◆ BASE_CONNECTOR

◆ CONNECT_CONCURRENCY_STRATEGY

◆ CONNECT_CREATION_STRATEGY

◆ CONNECT_STRATEGY

Constructor & Destructor Documentation

◆ IIOP_SSL_Connector()

TAO::IIOP_SSL_Connector::IIOP_SSL_Connector ( )

Constructor.

◆ ~IIOP_SSL_Connector()

TAO::IIOP_SSL_Connector::~IIOP_SSL_Connector ( )

Destructor.

Member Function Documentation

◆ cancel_svc_handler()

int TAO::IIOP_SSL_Connector::cancel_svc_handler ( TAO_Connection_Handler * svc_handler)
protectedvirtual

Our connect strategy.

Reimplemented in TAO::SSLIOP::Connector.

◆ close()

int TAO::IIOP_SSL_Connector::close ( )

◆ make_connection()

TAO_Transport * TAO::IIOP_SSL_Connector::make_connection ( TAO::Profile_Transport_Resolver * r,
TAO_Transport_Descriptor_Interface & desc,
ACE_Time_Value * timeout = 0 )
protected

Our connect strategy.

◆ open()

int TAO::IIOP_SSL_Connector::open ( TAO_ORB_Core * orb_core)

◆ set_validate_endpoint()

int TAO::IIOP_SSL_Connector::set_validate_endpoint ( TAO_Endpoint * ep)
protected

Our connect strategy.

Member Data Documentation

◆ base_connector_

BASE_CONNECTOR TAO::IIOP_SSL_Connector::base_connector_
private

The connector initiating connection requests for IIOP_SSL.

◆ connect_strategy_

CONNECT_STRATEGY TAO::IIOP_SSL_Connector::connect_strategy_
private

Our connect strategy.


The documentation for this class was generated from the following files: