ACE_INet
6.1.2
|
#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 | ||
) |
|
virtual |
Implements ACE::INet::ConnectionKey.
|
protectedvirtual |
Implements ACE::INet::ConnectionKey.
|
virtual |
Implements ACE::INet::ConnectionKey.
|
inline |
|
inline |
|
private |