Gio.ProxyAddressEnumerator
const Gio = imports.gi.Gio;
let proxyAddressEnumerator = new Gio.ProxyAddressEnumerator({
connectable: value,
default_port: value,
proxy_resolver: value,
uri: value,
});
A subclass of Gio.SocketAddressEnumerator that takes another address enumerator and wraps its results in Gio.ProxyAddress<!-- -->es as directed by the default Gio.ProxyResolver.
Hierarchy
-
GObject.Object
-
Gio.SocketAddressEnumerator
- Gio.ProxyAddressEnumerator
-