Package org.gnome.gio

Class NetworkAddress

java.lang.Object
All Implemented Interfaces:
Proxy, SocketConnectable

@Generated("io.github.jwharm.JavaGI") public class NetworkAddress extends GObject implements SocketConnectable
GNetworkAddress provides an easy way to resolve a hostname and then attempt to connect to that host, handling the possibility of multiple IP addresses and multiple address families.

The enumeration results of resolved addresses may be cached as long as this object is kept alive which may have unexpected results if alive for too long.

See SocketConnectable for an example of using the connectable interface.