#include <IIOP_SSL_Acceptor.h>
Inheritance diagram for TAO::IIOP_SSL_Acceptor:
Public Types | |
typedef ACE_Strategy_Acceptor< IIOP_SSL_Connection_Handler, ACE_SOCK_ACCEPTOR > | TAO_IIOP_SSL_BASE_ACCEPTOR |
typedef TAO_Creation_Strategy< IIOP_SSL_Connection_Handler > | TAO_IIOP_SSL_CREATION_STRATEGY |
typedef TAO_Concurrency_Strategy< IIOP_SSL_Connection_Handler > | TAO_IIOP_SSL_CONCURRENCY_STRATEGY |
typedef TAO_Accept_Strategy< IIOP_SSL_Connection_Handler, ACE_SOCK_ACCEPTOR > | TAO_IIOP_SSL_ACCEPT_STRATEGY |
Public Member Functions | |
IIOP_SSL_Acceptor (CORBA::Boolean flag=0) | |
Constructor. | |
~IIOP_SSL_Acceptor (void) | |
Destructor. | |
virtual int | close (void) |
Private Attributes | |
TAO_IIOP_SSL_BASE_ACCEPTOR | base_acceptor_ |
The concrete acceptor, as a pointer to it's base class. | |
Acceptor Strategies | |
Server side creation, concurrency and accept strategies. | |
TAO_IIOP_SSL_CREATION_STRATEGY * | creation_strategy_ |
TAO_IIOP_SSL_CONCURRENCY_STRATEGY * | concurrency_strategy_ |
TAO_IIOP_SSL_ACCEPT_STRATEGY * | accept_strategy_ |
The class differs from the non-SSL aware TAO_IIOP_Acceptor class since it uses a different a set of Acceptor strategies. In particular, it overrides the open_i() method to use the Acceptor strategies tailored to use the SSL aware server connection handler. See the TAO_IIOP_SSL_Connection_Handler notes for details.
|
|
|
|
|
|
|
|
|
Constructor.
|
|
Destructor.
|
|
Reimplemented from TAO_IIOP_Acceptor. Reimplemented in TAO::SSLIOP::Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. Reimplemented in TAO::SSLIOP::Acceptor. |
|
The concrete acceptor, as a pointer to it's base class.
Reimplemented from TAO_IIOP_Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. Reimplemented in TAO::SSLIOP::Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. Reimplemented in TAO::SSLIOP::Acceptor. |