Package org.gnome.gio

Class SimpleProxyResolver

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

@Generated("io.github.jwharm.JavaGI") public class SimpleProxyResolver extends GObject implements ProxyResolver
GSimpleProxyResolver is a simple ProxyResolver implementation that handles a single default proxy, multiple URI-scheme-specific proxies, and a list of hosts that proxies should not be used for.

GSimpleProxyResolver is never the default proxy resolver, but it can be used as the base class for another proxy resolver implementation, or it can be created and used manually, such as with SocketClient.setProxyResolver(org.gnome.gio.ProxyResolver).