TAO_DIOP_Endpoint.
More...
#include <DIOP_Endpoint.h>
|
int | set (const ACE_INET_Addr &addr, int use_dotted_decimal_addresses) |
| Helper method for setting INET_Addr.
|
|
void | object_addr_i (void) const |
| Helper method for object_addr () call.
|
|
TAO_DIOP_Endpoint.
DIOP-specific implementation of PP Framework Endpoint interface.
TAO_DIOP_Endpoint::TAO_DIOP_Endpoint |
( |
void |
| ) |
|
Constructor. This is the most efficient constructor since it does not require any address resolution processing.
TAO_DIOP_Endpoint::TAO_DIOP_Endpoint |
( |
const ACE_INET_Addr & |
addr, |
|
|
int |
use_dotted_decimal_addresses |
|
) |
| |
Constructor. This constructor is used when decoding endpoints.
TAO_DIOP_Endpoint::~TAO_DIOP_Endpoint |
( |
void |
| ) |
|
int TAO_DIOP_Endpoint::addr_to_string |
( |
char * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
virtual |
Return true if this endpoint is equivalent to other_endpoint. Two endpoints are equivalent if their port and host are the same.
Implements TAO_Endpoint.
Return true if this endpoint is equivalent to other_endpoint. Two endpoints are equivalent if their port and host are the same.
Implements TAO_Endpoint.
Return a hash value for this object.
Implements TAO_Endpoint.
const char * TAO_DIOP_Endpoint::host |
( |
void |
| ) |
const |
|
inline |
Return a pointer to the host string. This object maintains ownership of this string.
const char * TAO_DIOP_Endpoint::host |
( |
const char * |
h | ) |
|
Copy the string h into <host_> and return the resulting pointer. This object maintains ownership of this string.
Return true if this endpoint is equivalent to other_endpoint. Two endpoints are equivalent if their port and host are the same.
Implements TAO_Endpoint.
Return true if this endpoint is equivalent to other_endpoint. Two endpoints are equivalent if their port and host are the same.
Implements TAO_Endpoint.
const ACE_INET_Addr & TAO_DIOP_Endpoint::object_addr |
( |
void |
| ) |
const |
Return a reference to the <object_addr>.
void TAO_DIOP_Endpoint::object_addr_i |
( |
void |
| ) |
const |
|
private |
Helper method for object_addr () call.
int TAO_DIOP_Endpoint::set |
( |
const ACE_INET_Addr & |
addr, |
|
|
int |
use_dotted_decimal_addresses |
|
) |
| |
|
private |
Helper method for setting INET_Addr.
friend class TAO_SSLIOP_Profile |
|
friend |
String representing the host name.
DIOP Endpoints can be strung into a list. Return the next endpoint in the list, if any.
Cached instance of <ACE_INET_Addr> for use in making invocations, etc.
bool TAO_DIOP_Endpoint::object_addr_set_ |
|
mutableprivate |
Flag to indicate if the address has been resolved and set.
The documentation for this class was generated from the following files: