Example usage for Java java.net Proxy fields, constructors, methods, implement or subclass
The text is from its open source code.
Proxy | NO_PROXY A proxy setting that represents a DIRECT connection, basically telling the protocol handler not to use any proxying. |
Proxy(Type type, SocketAddress sa) Creates an entry representing a PROXY connection. |
SocketAddress | address() Returns the socket address of the proxy, or null if its a direct connection. |
boolean | equals(Object obj) Compares this object against the specified object. |
String | toString() Constructs a string representation of this Proxy. |