TAO_SSLIOP
2.0.8
|
#include <SSLIOP_Endpoint.h>
Public Member Functions | |
TAO_SSLIOP_Synthetic_Endpoint (TAO_IIOP_Endpoint *iiop_endp) | |
Constructor. | |
virtual | ~TAO_SSLIOP_Synthetic_Endpoint (void) |
Destructor. | |
CORBA::Boolean | is_equivalent (const TAO_Endpoint *other_endpoint) |
virtual TAO_Endpoint * | duplicate (void) |
Private Member Functions | |
TAO_SSLIOP_Synthetic_Endpoint (const ::SSLIOP::SSL *ssl) |
TAO_SSLIOP_Synthetic_Endpoint::TAO_SSLIOP_Synthetic_Endpoint | ( | TAO_IIOP_Endpoint * | iiop_endp | ) |
Constructor.
TAO_SSLIOP_Synthetic_Endpoint::~TAO_SSLIOP_Synthetic_Endpoint | ( | void | ) | [virtual] |
Destructor.
TAO_SSLIOP_Synthetic_Endpoint::TAO_SSLIOP_Synthetic_Endpoint | ( | const ::SSLIOP::SSL * | ssl | ) | [private] |
TAO_Endpoint * TAO_SSLIOP_Synthetic_Endpoint::duplicate | ( | void | ) | [virtual] |
Return a copy of the corresponding endpoints by allocating memory.
Reimplemented from TAO_SSLIOP_Endpoint.
CORBA::Boolean TAO_SSLIOP_Synthetic_Endpoint::is_equivalent | ( | const TAO_Endpoint * | other_endpoint | ) | [virtual] |
Return true if this endpoint is equivalent to
other_endpoint. | Two synthetic endpoints are equivalent if their iiop counterparts are equivalent, and, if both have non-zero ssl ports, their ssl ports are the same. |
Reimplemented from TAO_SSLIOP_Endpoint.