Represents an internet-address
![]() | getDottedAddr () |
![]() | getFamily () Queries the socket for its address family |
![]() | getHostname () Converts the address to a (human readable) domain-name |
![]() | getPort () Delivers the port number of the address |
![]() | getServicePort (const char* pszServiceName, const char* pszProtocolName= "tcp") Tries to find the port associated with the given service/protocol- pair (e |
![]() | OInetSocketAddr (oslSocketAddr Addr) Wraps itself around the osl Socket-Address |
![]() | OInetSocketAddr (const OInetSocketAddr& sa) Copy constructor |
![]() | OInetSocketAddr (const char* pszAddrOrHostName, int Port) Create a socket address either from a dotted decimal address (e |
![]() | OInetSocketAddr () Creates an empty internet-address (INADDR_ANY) |
![]() | operator oslSocketAddr () Cast Object to the underlying oslSocketAddr |
![]() | operator= (const OInetSocketAddr& Addr) |
![]() | operator= (const OSocketAddr& Addr) Makes a copy of Addr |
![]() | operator= (oslSocketAddr Addr) Wraps itself around the osl Socket-Address |
![]() | operator= (oslSocketAddr Addr) |
![]() | OSocketAddr () Creates socket address of unknown type |
![]() | resolveHostname (const char* pszHostname) Tries to find an address for a host |
![]() | setAddr (const char* pszDottedAddrOrHostname) Sets the host-part of the address from the dotted-address-form (141 |
![]() | setPort (int Port) Sets the port number of the address |
![]() | ~OSocketAddr () destroys underlying oslSocketAddress |
Represents an internet-address
virtual ~OSocketAddr()
virtual TAddrFamily getFamily()
virtual operator oslSocketAddr()
virtual const char* getHostname()
static oslSocketAddr resolveHostname(const char* pszHostname)
virtual void operator= (oslSocketAddr Addr)
OSocketAddr& operator= (const OSocketAddr& Addr)
OInetSocketAddr()
OInetSocketAddr(oslSocketAddr Addr)
OInetSocketAddr(const char* pszAddrOrHostName, int Port)
OInetSocketAddr(const OInetSocketAddr& sa)
virtual void operator= (oslSocketAddr Addr)
OInetSocketAddr& operator= (const OInetSocketAddr& Addr)
static int getServicePort(const char* pszServiceName, const char* pszProtocolName= "tcp")
int getPort()
Boolean setPort(int Port)
const char* getDottedAddr()
Boolean setAddr(const char* pszDottedAddrOrHostname)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de