com.jniwrapper.win32.winhttp
Interface ProxySettings

All Known Implementing Classes:
DefaultProxySettings, IEProxySettings, RemoteProxySettings

public interface ProxySettings

A generic interface for getting proxy settings.


Method Summary
 int getPort()
          Returns the proxy port.
 java.lang.String[] getProxyBypass()
          Returns the proxy bypass.
 java.lang.String getURL()
          Returns the proxy URL.
 boolean isSet()
          Returns true if proxy is set; false otherwise.
 

Method Detail

isSet

boolean isSet()
Returns true if proxy is set; false otherwise.

Returns:
true if proxy is set; false otherwise

getURL

java.lang.String getURL()
Returns the proxy URL.

Returns:
the proxy URL

getPort

int getPort()
Returns the proxy port.

Returns:
the proxy port

getProxyBypass

java.lang.String[] getProxyBypass()
Returns the proxy bypass.

Returns:
the proxy bypass