com.jniwrapper.win32.ie.proxy
Interface ProxyConfiguration.ConnectionType

Enclosing class:
ProxyConfiguration

public static interface ProxyConfiguration.ConnectionType

Contains the connections type constants.


Field Summary
static int AUTO_DETECT
          The connection automatically detects settings.
static int AUTO_PROXY_URL
          The connection downloads and processes an automatic configuration script at a specified URL.
static int DIRECT
          The connection does not use a proxy server.
static int PROXY
          The connection uses an explicitly set proxy server.
 

Field Detail

DIRECT

static final int DIRECT
The connection does not use a proxy server.

See Also:
Constant Field Values

PROXY

static final int PROXY
The connection uses an explicitly set proxy server.

See Also:
Constant Field Values

AUTO_PROXY_URL

static final int AUTO_PROXY_URL
The connection downloads and processes an automatic configuration script at a specified URL.

See Also:
Constant Field Values

AUTO_DETECT

static final int AUTO_DETECT
The connection automatically detects settings.

See Also:
Constant Field Values