java.net
public
static
final
enum
java.net.Proxy.Type
The proxy type, includes DIRECT
, HTTP
and
SOCKS
.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
public
static
final
Proxy.Type
DIRECT
Direct connection. Connect without any proxy.
public
static
final
Proxy.Type
HTTP
HTTP type proxy. It's often used by protocol handlers such as HTTP,
HTTPS and FTP.
public
static
final
Proxy.Type
SOCKS
SOCKS type proxy.
Public Methods
public
static
final
Type[]
values()