TAO_SSLIOP
2.2.7
|
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 | |
![]() | |
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 | |
![]() | |
virtual int | handle_write_ready (const ACE_Time_Value *timeout) |
int | set_tos (int tos) |
virtual int | release_os_resources (void) |
![]() | |
TAO_ORB_Core * | orb_core (void) |
int | shared_open (void) |
int | set_socket_option (ACE_SOCK &sock, int snd_size, int rcv_size) |
int | handle_output_eh (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | handle_input_eh (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | handle_input_internal (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | close_connection_eh (ACE_Event_Handler *eh) |
virtual void | pre_io_hook (int &return_value) |
virtual void | pos_io_hook (int &return_value) |
virtual int | is_state_final (void) |
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.