TAO_SSLIOP
2.3.2
|
An SSL aware IIOP acceptor. More...
#include <IIOP_SSL_Acceptor.h>
Public Member Functions | |
IIOP_SSL_Acceptor (void) | |
Constructor. More... | |
~IIOP_SSL_Acceptor (void) | |
Destructor. More... | |
virtual int | close (void) |
![]() | |
TAO_IIOP_Acceptor (void) | |
~TAO_IIOP_Acceptor (void) | |
const ACE_INET_Addr & | address (void) const |
const ACE_INET_Addr * | endpoints (void) |
const ACE_INET_Addr & | default_address (void) const |
void | set_default_address (const ACE_INET_Addr &addr) |
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 | create_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
virtual int | is_collocated (const TAO_Endpoint *endpoint) |
virtual CORBA::ULong | endpoint_count (void) |
virtual int | object_key (IOP::TaggedProfile &profile, TAO::ObjectKey &key) |
virtual int | hostname (TAO_ORB_Core *orb_core, const ACE_INET_Addr &addr, char *&host, const char *specified_hostname=0) |
![]() | |
TAO_Acceptor (CORBA::ULong tag) | |
virtual | ~TAO_Acceptor (void) |
CORBA::ULong | tag (void) const |
void | set_error_retry_delay (time_t delay) |
int | handle_accept_error (ACE_Event_Handler *base_acceptor) |
int | handle_expiration (ACE_Event_Handler *base_acceptor) |
Private Attributes | |
TAO_IIOP_SSL_BASE_ACCEPTOR | base_acceptor_ |
The concrete acceptor, as a pointer to it's base class. More... | |
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_ |
Additional Inherited Members | |
![]() | |
int | parse_address (const char *address, ACE_INET_Addr &addr, ACE_CString &specified_hostname, int *def_type=0) |
int | dotted_decimal_address (const ACE_INET_Addr &addr, char *&host) |
virtual int | open_i (const ACE_INET_Addr &addr, ACE_Reactor *reactor) |
int | probe_interfaces (TAO_ORB_Core *orb_core, int def_type=AF_UNSPEC) |
int | parse_options (const char *options) |
virtual int | parse_options_i (int &argc, ACE_CString **argv) |
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) |
![]() | |
ACE_INET_Addr * | addrs_ |
unsigned short | port_span_ |
char ** | hosts_ |
char * | hostname_in_ior_ |
CORBA::ULong | endpoint_count_ |
TAO_GIOP_Message_Version | version_ |
TAO_ORB_Core * | orb_core_ |
int | reuse_addr_ |
ACE_INET_Addr | default_address_ |
An SSL aware IIOP acceptor.
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.
typedef TAO_Accept_Strategy<IIOP_SSL_Connection_Handler, ACE_SOCK_ACCEPTOR> TAO::IIOP_SSL_Acceptor::TAO_IIOP_SSL_ACCEPT_STRATEGY |
typedef ACE_Strategy_Acceptor<IIOP_SSL_Connection_Handler, ACE_SOCK_ACCEPTOR> TAO::IIOP_SSL_Acceptor::TAO_IIOP_SSL_BASE_ACCEPTOR |
typedef TAO_Concurrency_Strategy<IIOP_SSL_Connection_Handler> TAO::IIOP_SSL_Acceptor::TAO_IIOP_SSL_CONCURRENCY_STRATEGY |
typedef TAO_Creation_Strategy<IIOP_SSL_Connection_Handler> TAO::IIOP_SSL_Acceptor::TAO_IIOP_SSL_CREATION_STRATEGY |
TAO::IIOP_SSL_Acceptor::IIOP_SSL_Acceptor | ( | void | ) |
Constructor.
TAO::IIOP_SSL_Acceptor::~IIOP_SSL_Acceptor | ( | void | ) |
Destructor.
|
virtual |
Reimplemented from TAO_IIOP_Acceptor.
Reimplemented in TAO::SSLIOP::Acceptor.
|
private |
|
private |
The concrete acceptor, as a pointer to it's base class.
|
private |
|
private |