Package org.gnome.gio

Class ProxyAddressEnumerator

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ProxyAddressEnumerator extends SocketAddressEnumerator
GProxyAddressEnumerator is a wrapper around SocketAddressEnumerator which takes the SocketAddress instances returned by the SocketAddressEnumerator and wraps them in ProxyAddress instances, using the given Gio.ProxyAddressEnumerator:proxy-resolver.

This enumerator will be returned (for example, by SocketConnectable.enumerate()) as appropriate when a proxy is configured; there should be no need to manually wrap a SocketAddressEnumerator instance with one.