KNetwork::KInetSocketAddress Class Reference
an Internet socket address More...
#include <ksocketaddress.h>
Inheritance diagram for KNetwork::KInetSocketAddress:

Public Member Functions | |
KInetSocketAddress () | |
KInetSocketAddress (const sockaddr *sa, Q_UINT16 len) | |
KInetSocketAddress (const KIpAddress &host, Q_UINT16 port) | |
KInetSocketAddress (const KInetSocketAddress &other) | |
KInetSocketAddress (const KSocketAddress &other) | |
virtual | ~KInetSocketAddress () |
KInetSocketAddress & | operator= (const KInetSocketAddress &other) |
operator const sockaddr_in * () const | |
operator const sockaddr_in6 * () const | |
int | ipVersion () const |
KIpAddress | ipAddress () const |
KInetSocketAddress & | setHost (const KIpAddress &addr) |
Q_UINT16 | port () const |
KInetSocketAddress & | setPort (Q_UINT16 port) |
KInetSocketAddress & | makeIPv4 () |
KInetSocketAddress & | makeIPv6 () |
Q_UINT32 | flowinfo () const |
KInetSocketAddress & | setFlowinfo (Q_UINT32 flowinfo) |
int | scopeId () const |
KInetSocketAddress & | setScopeId (int scopeid) |
Protected Member Functions | |
KInetSocketAddress (KSocketAddressData *d) | |
Friends | |
class | KSocketAddress |
Detailed Description
an Internet socket addressAn Inet (IPv4 or IPv6) socket address
This is an IPv4 or IPv6 address of the Internet.
- Author:
- Thiago Macieira <thiago.macieira@kdemail.net>
Definition at line 640 of file ksocketaddress.h.
Constructor & Destructor Documentation
|
Public constructor. Creates an empty object. Definition at line 677 of file ksocketaddress.cpp. |
|
Creates an object from raw data.
Note: if the socket address
Definition at line 682 of file ksocketaddress.cpp. |
|
Creates an object from an IP address and port.
Definition at line 690 of file ksocketaddress.cpp. |
|
Copy constructor. Data is not shared.
Definition at line 697 of file ksocketaddress.cpp. |
|
Copy constructor. If the other, generic socket address contains an Internet address, it will be copied. Otherwise, this object will be empty.
Definition at line 703 of file ksocketaddress.cpp. |
|
Destroys this object.
Definition at line 717 of file ksocketaddress.cpp. |
Member Function Documentation
|
Copy operator. Copies the other object into this one.
Definition at line 723 of file ksocketaddress.cpp. |
|
Cast operator to sockaddr_in.
Definition at line 704 of file ksocketaddress.h. References KSocketAddress::address(). |
|
Cast operator to sockaddr_in6.
Definition at line 710 of file ksocketaddress.h. References KSocketAddress::address(). |
|
Returns the IP version of the address this object holds.
Definition at line 730 of file ksocketaddress.cpp. |
|
Returns the IP address component.
Definition at line 749 of file ksocketaddress.cpp. |
|
Sets the IP address to the given raw address. This call will preserve port numbers accross IP versions, but will lose IPv6 specific data if the address is set to IPv4.
Definition at line 767 of file ksocketaddress.cpp. References KNetwork::KIpAddress::addr(), makeIPv4(), makeIPv6(), and KNetwork::KIpAddress::version(). Referenced by KInetSocketAddress(). |
|
Retrieves the port number stored in this object.
Definition at line 790 of file ksocketaddress.cpp. |
|
Sets the port number. If this object is empty, this function will default to creating an IPv4 address.
Definition at line 809 of file ksocketaddress.cpp. References makeIPv4(). Referenced by KInetSocketAddress(). |
|
Converts this object to an IPv4 socket address. It has no effect if the object is already an IPv4 socket address. If this object is an IPv6 address, the port number is preserved. All other information is lost.
Definition at line 833 of file ksocketaddress.cpp. |
|
Converts this object to an IPv6 socket address. It has no effect if the object is already an IPv6 socket address. If this object is an IPv4 address, the port number is preserved.
Definition at line 839 of file ksocketaddress.cpp. Referenced by setFlowinfo(), setHost(), and setScopeId(). |
|
Returns the flowinfo information from the IPv6 socket address.
Definition at line 845 of file ksocketaddress.cpp. |
|
Sets the flowinfo information for an IPv6 socket address. If this is not an IPv6 socket address, this function converts it to one.
Definition at line 857 of file ksocketaddress.cpp. References makeIPv6(). |
|
Returns the scope id this IPv6 socket is bound to.
Definition at line 864 of file ksocketaddress.cpp. |
|
Sets the scope id for this IPv6 object. If this is not an IPv6 socket address, this function converts it to one.
Definition at line 876 of file ksocketaddress.cpp. References makeIPv6(). |
The documentation for this class was generated from the following files: