#include <SSLIOP_Factory.h>
Inheritance diagram for TAO_SSLIOP_Protocol_Factory:
Public Methods | |
TAO_SSLIOP_Protocol_Factory (void) | |
virtual | ~TAO_SSLIOP_Protocol_Factory (void) |
virtual int | init (int argc, char *argv[]) |
int | register_orb_initializer (void) |
Create and register the SSLIOP ORB initializer. | |
virtual int | match_prefix (const ACE_CString &prefix) |
virtual const char * | prefix (void) const |
virtual char | options_delimiter (void) const |
virtual TAO_Acceptor * | make_acceptor (void) |
virtual TAO_Connector * | make_connector (void) |
virtual int | requires_explicit_endpoint (void) const |
Private Attributes | |
int | major_ |
int | minor_ |
Security::QOP | qop_ |
ACE_Time_Value | timeout_ |
The accept() timeout. |
This class implements the SSLIOP-specific protocol factory implementation for use in TAO's pluggable protocols framework.
|
|
|
|
|
|
|
Reimplemented from TAO_Protocol_Factory. |
|
Reimplemented from TAO_Protocol_Factory. |
|
Reimplemented from TAO_Protocol_Factory. |
|
Reimplemented from TAO_Protocol_Factory. |
|
Reimplemented from TAO_Protocol_Factory. |
|
Create and register the SSLIOP ORB initializer.
|
|
Implements TAO_Protocol_Factory. |
|
Changing the version number can be used to provide backwards compatibility with old clients. |
|
|
|
Default quality-of-protection settings for the SSLIOP pluggable protocol. |
|
The accept() timeout. This timeout includes the overall time to complete the SSL handshake. This includes both the TCP handshake and the SSL handshake. |