public static final enum java.net
Proxy.Type


Hide details Login
Java SE 6
  
Extends: Enum
Contained within: Proxy

Represents the proxy type.
since1.5

Enum constants
final public static Proxy.Type DIRECT
Represents a direct connection, or the absence of a proxy.
final public static Proxy.Type HTTP
Represents proxy for high level protocols such as HTTP or FTP.
final public static Proxy.Type SOCKS
Represents a SOCKS (V4 or V5) proxy.

Methods
public static Proxy.Type valueOf(String name)
public static Proxy.Type[] values()