|
TAO_SSLIOP
2.2.2
|
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>


Additional Inherited Members | |
Public Attributes inherited from ACE_Task< SYNCH_TRAITS > | |
| ACE_Message_Queue < ACE_SYNCH_USE, TIME_POLICY > * | msg_queue_ |
| bool | delete_msg_queue_ |
| ACE_Module< ACE_SYNCH_USE, TIME_POLICY > * | mod_ |
| ACE_Task< ACE_SYNCH_USE, TIME_POLICY > * | next_ |
| ACE_ALLOC_HOOK_DECLARE | |
Protected Member Functions inherited from TAO_IIOP_Connection_Handler | |
| virtual int | handle_write_ready (const ACE_Time_Value *timeout) |
| int | set_tos (int tos) |
| virtual int | release_os_resources (void) |
Protected Attributes inherited from ACE_Task< SYNCH_TRAITS > | |
| size_t | thr_count_ |
| ACE_Thread_Manager * | thr_mgr_ |
| u_long | flags_ |
| int | grp_id_ |
| ACE_thread_t | last_thread_id_ |
Protected Attributes inherited from TAO_Connection_Handler | |
| int | state_ |
| TAO_LF_Follower * | follower_ |
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.
1.8.3.1