#include <SSLIOP_Acceptor.h>
Inheritance diagram for TAO_SSLIOP_Acceptor:
Public Types | |
typedef ACE_Strategy_Acceptor< TAO_SSLIOP_Connection_Handler, ACE_SSL_SOCK_ACCEPTOR > | TAO_SSLIOP_BASE_ACCEPTOR |
typedef TAO_Creation_Strategy< TAO_SSLIOP_Connection_Handler > | TAO_SSLIOP_CREATION_STRATEGY |
typedef TAO_Concurrency_Strategy< TAO_SSLIOP_Connection_Handler > | TAO_SSLIOP_CONCURRENCY_STRATEGY |
typedef TAO_SSLIOP_Accept_Strategy | TAO_SSLIOP_ACCEPT_STRATEGY |
Public Methods | |
TAO_SSLIOP_Acceptor (Security::QOP qop, const ACE_Time_Value &timeout) | |
Constructor. | |
~TAO_SSLIOP_Acceptor (void) | |
Destructor. | |
const SSLIOP::SSL & | ssl_component (void) const |
The TAO_Acceptor Methods | |
Check the documentation in tao/Pluggable.h for details. | |
virtual int | open (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int version_major, int version_minor, const char *address, const char *options=0) |
virtual int | open_default (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int version_major, int version_minor, const char *options=0) |
virtual int | close (void) |
virtual int | create_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
virtual int | is_collocated (const TAO_Endpoint *endpoint) |
Private Methods | |
int | ssliop_open_i (TAO_ORB_Core *orb_core, const ACE_INET_Addr &addr, ACE_Reactor *reactor) |
Implement the common part of the open*() methods. | |
int | parse_options (const char *options) |
Parse protocol specific options. | |
int | verify_secure_configuration (TAO_ORB_Core *orb_core, int major, int minor) |
int | create_new_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
int | create_shared_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
Private Attributes | |
TAO_SSLIOP_BASE_ACCEPTOR | ssl_acceptor_ |
The concrete acceptor, as a pointer to it's base class. | |
Acceptor Strategies | |
Strategies used when accepting an incoming connection. | |
TAO_SSLIOP_CREATION_STRATEGY * | creation_strategy_ |
TAO_SSLIOP_CONCURRENCY_STRATEGY * | concurrency_strategy_ |
TAO_SSLIOP_ACCEPT_STRATEGY * | accept_strategy_ |
SSLIOP::SSL | ssl_component_ |
The SSL component. | |
TAO_SSLIOP_Connection_Handler_State | handler_state_ |
const ACE_Time_Value | timeout_ |
The accept() timeout. |
|
|
|
|
|
|
|
|
|
Constructor.
|
|
Destructor.
|
|
Reimplemented from TAO_IIOP_SSL_Acceptor. |
|
Helper method to add a new profile to the mprofile for each endpoint. Reimplemented from TAO_IIOP_Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. |
|
Helper method to create a profile that contains all of our endpoints. Reimplemented from TAO_IIOP_Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. |
|
Reimplemented from TAO_IIOP_Acceptor. |
|
Parse protocol specific options.
Reimplemented from TAO_IIOP_Acceptor. |
|
Retrieve the SSLIOP::SSL component associated with the endpoints set up by this acceptor. |
|
Implement the common part of the open*() methods.
|
|
Ensure that neither the endpoint configuration nor the ORB configuration violate security measures. |
|
Reimplemented from TAO_IIOP_SSL_Acceptor. |
|
Reimplemented from TAO_IIOP_SSL_Acceptor. |
|
Reimplemented from TAO_IIOP_SSL_Acceptor. |
|
State that will be passed to each SSLIOP connection handler upon creation. Reimplemented from TAO_IIOP_SSL_Acceptor. |
|
The concrete acceptor, as a pointer to it's base class.
|
|
The SSL component. This is the SSLIOP endpoint-specific tagged component that is embedded in a given IOR. |
|
The accept() timeout. This timeout includes the overall time to complete the SSL handshake. This includes both the TCP handshake and the SSL handshake. |