Java java.net Proxy fields, constructors, methods, implement or subclass

Example usage for Java java.net Proxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net Proxy.

The text is from its open source code.

Subclass

java.net.Proxy has subclasses.
Click this link to see all its subclasses.

Implementation

java.net.Proxy has the following implementations.
Click this link to see all its implementation.

Field

ProxyNO_PROXY
A proxy setting that represents a DIRECT connection, basically telling the protocol handler not to use any proxying.

Constructor

Proxy(Type type, SocketAddress sa)
Creates an entry representing a PROXY connection.

Method

SocketAddressaddress()
Returns the socket address of the proxy, or null if its a direct connection.
booleanequals(Object obj)
Compares this object against the specified object.
StringtoString()
Constructs a string representation of this Proxy.