A proxy setting that represents a
DIRECT
connection,
basically telling the protocol handler not to use any proxying.
A proxy setting that represents a
DIRECT
connection,
basically telling the protocol handler not to use any proxying.
Used, for instance, to create sockets bypassing any other global
proxy settings (like SOCKS):
Socket s = new Socket(Proxy.NO_PROXY);