#include <transports.h>
Inheritance diagram for OpalInternalIPTransport:
Public Member Functions | |
virtual PString | GetHostName (const OpalTransportAddress &address) const |
virtual BOOL | GetIpAndPort (const OpalTransportAddress &address, PIPSocket::Address &ip, WORD &port) const |
Static Public Member Functions | |
static BOOL | GetAdjustedIpAndPort (const OpalTransportAddress &address, OpalEndPoint &endpoint, OpalTransportAddress::BindOptions option, PIPSocket::Address &ip, WORD &port, BOOL &reuseAddr) |
virtual PString OpalInternalIPTransport::GetHostName | ( | const OpalTransportAddress & | address | ) | const [virtual] |
Reimplemented from OpalInternalTransport.
virtual BOOL OpalInternalIPTransport::GetIpAndPort | ( | const OpalTransportAddress & | address, | |
PIPSocket::Address & | ip, | |||
WORD & | port | |||
) | const [virtual] |
Reimplemented from OpalInternalTransport.
static BOOL OpalInternalIPTransport::GetAdjustedIpAndPort | ( | const OpalTransportAddress & | address, | |
OpalEndPoint & | endpoint, | |||
OpalTransportAddress::BindOptions | option, | |||
PIPSocket::Address & | ip, | |||
WORD & | port, | |||
BOOL & | reuseAddr | |||
) | [static] |