ACE_INet
6.1.1
|
#include <ClientRequestHandler.h>
Public Member Functions | |
INetConnectionKey (const ACE_CString &host, u_short port) | |
virtual | ~INetConnectionKey () |
virtual u_long | hash () const |
virtual ConnectionKey * | duplicate () const |
const ACE_CString & | host () const |
u_short | port () const |
Protected Member Functions | |
virtual bool | equal (const ConnectionKey &key) const |
Private Attributes | |
ACE_CString | host_ |
u_short | port_ |
ACE::INet::ClientINetRequestHandler::INetConnectionKey::INetConnectionKey | ( | const ACE_CString & | host, |
u_short | port | ||
) |
ConnectionKey * ACE::INet::ClientINetRequestHandler::INetConnectionKey::duplicate | ( | ) | const [virtual] |
Implements ACE::INet::ConnectionKey.
bool ACE::INet::ClientINetRequestHandler::INetConnectionKey::equal | ( | const ConnectionKey & | key | ) | const [protected, virtual] |
Implements ACE::INet::ConnectionKey.
u_long ACE::INet::ClientINetRequestHandler::INetConnectionKey::hash | ( | ) | const [virtual] |
Implements ACE::INet::ConnectionKey.
const ACE_CString & ACE::INet::ClientINetRequestHandler::INetConnectionKey::host | ( | ) | const [inline] |
u_short ACE::INet::ClientINetRequestHandler::INetConnectionKey::port | ( | ) | const [inline] |
u_short ACE::INet::ClientINetRequestHandler::INetConnectionKey::port_ [private] |