Proxy.Type

public static final enum Proxy.Type extends Enum<Proxy.Type>

Represents the proxy type.

Inherited Method Summary

Enum Values

public static final Proxy.Type DIRECT

Represents a direct connection, or the absence of a proxy.

public static final Proxy.Type HTTP

Represents proxy for high level protocols such as HTTP or FTP.

public static final Proxy.Type SOCKS

Represents a SOCKS (V4 or V5) proxy.