InetSocketAddress
An IPv4 or IPv6 socket address. That is, the combination of a class@Gio.InetAddress and a port number.
In UNIX terms, GInetSocketAddress
corresponds to a man:sockaddr(3type).
Inheritors
Constructors
Properties
The address.
The family of the socket address.
Functions
Creates a #GSocketAddressEnumerator for @connectable.
Gets @address's #GInetAddress.
Gets the socket family type of @address.
Gets the sin6_flowinfo
field from @address, which must be an IPv6 address.
Gets the size of @address's native struct sockaddr. You can use this to allocate memory to pass to g_socket_address_to_native().
Gets the sin6_scope_id
field from @address, which must be an IPv6 address.
Creates a #GSocketAddressEnumerator for @connectable that will return a #GProxyAddress for each of its addresses that you must connect to via a proxy.