Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_SSLIOP_Protocol_Factory Class Reference

SSLIOP-specific protocol factory implementation. More...

#include <SSLIOP_Factory.h>

Inheritance diagram for TAO_SSLIOP_Protocol_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_SSLIOP_Protocol_Factory:

Collaboration graph
[legend]
List of all members.

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_Acceptormake_acceptor (void)
virtual TAO_Connectormake_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.


Detailed Description

SSLIOP-specific protocol factory implementation.

This class implements the SSLIOP-specific protocol factory implementation for use in TAO's pluggable protocols framework.


Constructor & Destructor Documentation

TAO_SSLIOP_Protocol_Factory::TAO_SSLIOP_Protocol_Factory void   
 

TAO_SSLIOP_Protocol_Factory::~TAO_SSLIOP_Protocol_Factory void    [virtual]
 


Member Function Documentation

int TAO_SSLIOP_Protocol_Factory::init int    argc,
char *    argv[]
[virtual]
 

TAO_Acceptor * TAO_SSLIOP_Protocol_Factory::make_acceptor void    [virtual]
 

Reimplemented from TAO_Protocol_Factory.

TAO_Connector * TAO_SSLIOP_Protocol_Factory::make_connector void    [virtual]
 

Reimplemented from TAO_Protocol_Factory.

int TAO_SSLIOP_Protocol_Factory::match_prefix const ACE_CString   prefix [virtual]
 

Reimplemented from TAO_Protocol_Factory.

char TAO_SSLIOP_Protocol_Factory::options_delimiter void    const [virtual]
 

Reimplemented from TAO_Protocol_Factory.

const char * TAO_SSLIOP_Protocol_Factory::prefix void    const [virtual]
 

Reimplemented from TAO_Protocol_Factory.

int TAO_SSLIOP_Protocol_Factory::register_orb_initializer void   
 

Create and register the SSLIOP ORB initializer.

int TAO_SSLIOP_Protocol_Factory::requires_explicit_endpoint void    const [virtual]
 

Implements TAO_Protocol_Factory.


Member Data Documentation

int TAO_SSLIOP_Protocol_Factory::major_ [private]
 

Changing the version number can be used to provide backwards compatibility with old clients.

int TAO_SSLIOP_Protocol_Factory::minor_ [private]
 

Security::QOP TAO_SSLIOP_Protocol_Factory::qop_ [private]
 

Default quality-of-protection settings for the SSLIOP pluggable protocol.

ACE_Time_Value TAO_SSLIOP_Protocol_Factory::timeout_ [private]
 

The accept() timeout.

This timeout includes the overall time to complete the SSL handshake. This includes both the TCP handshake and the SSL handshake.


The documentation for this class was generated from the following files:
Generated on Fri Apr 2 19:13:28 2004 for TAO_SSLIOP by doxygen1.2.18