KAddressInfo Class Reference
#include <kextsock.h>
Collaboration diagram for KAddressInfo:

Public Member Functions | |
~KAddressInfo () | |
KDE_DEPRECATED | operator const ::KSocketAddress * () const |
KDE_DEPRECATED | operator const addrinfo & () const |
KDE_DEPRECATED | operator const addrinfo * () const |
KDE_DEPRECATEDconst ::KSocketAddress * | address () const |
int | flags () const KDE_DEPRECATED |
int | family () const KDE_DEPRECATED |
int | socktype () const KDE_DEPRECATED |
int | protocol () const KDE_DEPRECATED |
const char * | canonname () const KDE_DEPRECATED |
int | length () const |
Friends | |
class | KExtendedSocket |
Detailed Description
- Deprecated:
- This class is now deprecated.
Contains information about an internet address. It wraps addrinfo, see getaddrinfo(3) for more information.
Definition at line 1022 of file kextsock.h.
Member Function Documentation
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists. Definition at line 1042 of file kextsock.h. |
|
Returns the KAddressInfo's addrinfo.
Definition at line 1048 of file kextsock.h. |
|
Returns a pointer to KAddressInfo's addrinfo. Only valid as long as the KAddressInfo exists. Definition at line 1055 of file kextsock.h. |
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists.
Definition at line 1063 of file kextsock.h. |
|
Returns the flags of the address info (see getaddrinfo(3)).
Definition at line 2197 of file kextsock.cpp. References addrinfo::ai_flags. |
|
Returns the family of the address info (see getaddrinfo(3)).
Definition at line 2202 of file kextsock.cpp. References addrinfo::ai_family. |
|
Returns the socket type of the address info (see getaddrinfo(3)).
Definition at line 2207 of file kextsock.cpp. References addrinfo::ai_socktype. |
|
Returns the protocol of the address info (see getaddrinfo(3)).
Definition at line 2212 of file kextsock.cpp. References addrinfo::ai_protocol. |
|
Returns the official name of the host (see getaddrinfo(3)). Only valid as long as the KAddressInfo exists.
Definition at line 2217 of file kextsock.cpp. References addrinfo::ai_canonname. |
|
Returns the length of the KSocketAddress.
Definition at line 1102 of file kextsock.h. |
The documentation for this class was generated from the following files: