TAO_SSLIOP
2.0.8
|
IIOP connection handler designed to be "SSL aware," i.e. it is aware of the existence of the SSLIOP connection handler. It makes sure that SSL session state from a previous connection is not associated with the non-SSL connection handled by this handler. More...
#include <IIOP_SSL_Connection_Handler.h>
Public Member Functions | |
IIOP_SSL_Connection_Handler (ACE_Thread_Manager *t=0) | |
Constructor. | |
IIOP_SSL_Connection_Handler (TAO_ORB_Core *orb_core) | |
~IIOP_SSL_Connection_Handler (void) | |
Destructor. |
IIOP connection handler designed to be "SSL aware," i.e. it is aware of the existence of the SSLIOP connection handler. It makes sure that SSL session state from a previous connection is not associated with the non-SSL connection handled by this handler.
This class is just a place holder to create the TAO_IIOP_SSL_Transport which does the work of clearing the TSS SSL state.
TAO::IIOP_SSL_Connection_Handler::IIOP_SSL_Connection_Handler | ( | ACE_Thread_Manager * | t = 0 | ) |
Constructor.
TAO::IIOP_SSL_Connection_Handler::IIOP_SSL_Connection_Handler | ( | TAO_ORB_Core * | orb_core | ) |
TAO::IIOP_SSL_Connection_Handler::~IIOP_SSL_Connection_Handler | ( | void | ) |
Destructor.