KAddressInfo Class Reference
Contains information about an internet address. More...
#include <kextsock.h>
Collaboration diagram for KAddressInfo:

Public Member Functions | |
operator const KSocketAddress * () const | |
operator const addrinfo & () const | |
operator const addrinfo * () const | |
const KSocketAddress * | address () const |
int | flags () const |
int | family () const |
int | socktype () const |
int | protocol () const |
const char * | canonname () const |
int | length () const |
Friends | |
class | KExtendedSocket |
Detailed Description
Contains information about an internet address.It wraps addrinfo, see getaddrinfo(3) for more information.
Definition at line 972 of file kextsock.h.
Member Function Documentation
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists. Definition at line 992 of file kextsock.h. |
|
Returns the KAddressInfo's addrinfo.
Definition at line 998 of file kextsock.h. |
|
Returns a pointer to KAddressInfo's addrinfo. Only valid as long as the KAddressInfo exists. Definition at line 1005 of file kextsock.h. |
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists.
Definition at line 1013 of file kextsock.h. |
|
Returns the flags of the address info (see getaddrinfo(3)).
Definition at line 2519 of file kextsock.cpp. |
|
Returns the family of the address info (see getaddrinfo(3)).
Definition at line 2524 of file kextsock.cpp. |
|
Returns the socket type of the address info (see getaddrinfo(3)).
Definition at line 2529 of file kextsock.cpp. |
|
Returns the protocol of the address info (see getaddrinfo(3)).
Definition at line 2534 of file kextsock.cpp. |
|
Returns the official name of the host (see getaddrinfo(3)). Only valid as long as the KAddressInfo exists.
Definition at line 2539 of file kextsock.cpp. |
|
Returns the length of the KSocketAddress.
Definition at line 1052 of file kextsock.h. References KSocketAddress::size(). |
The documentation for this class was generated from the following files: