String representation of a transport address
![]() | GetIpAndPort ( PIPSocket::Address & ip, WORD & port, const char * proto = "tcp" ) const Extract the ip address and port number from transport address. |
![]() | GetHostName () const Translate the transport address to a more human readable form. |
![]() | CreateListener ( H323EndPoint & endpoint ) const Create a listener based on this transport address. |
![]() | CreateCompatibleListener ( H323EndPoint & endpoint ) const Create a listener compatible for this address type. |
![]() | CreateTransport ( H323EndPoint & endpoint ) const Create a transport suitable for this address type. |
String representation of a transport address
For example an address of "ip Also note that if the address has a trailing '+' character then the
socket will be bound using the REUSEADDR option.
PString GetHostName() const
H323Listener* CreateListener( H323EndPoint & endpoint ) const
*:1720" can be used to bind to INADDR_ANY.
H323Listener* CreateCompatibleListener( H323EndPoint & endpoint ) const
H323Transport* CreateTransport( H323EndPoint & endpoint ) const
Alphabetic index HTML hierarchy of classes or Java