Method Summary |
|
public int | getNParallel() Returns the number of concurrent HTTP sessions.
none. |
public String | getProxyHost() Gets the proxy name.
none. |
public int | getProxyPort() Gets the TCP proxy port.
none. |
public String | getURL() Gets the URL to connect to.
none. |
public boolean | getUseProxy() Checks that we use a proxy.
none. |
public void | open() Displays the dialog.
none. |
public void | setNParallel(int nparallel) Sets the number of concurrent HTTP transactions.
Parameters: nparallel - number of concurrent transactions. |
public void | setProxyHost(String proxy_host) Sets the proxy host name.
Parameters: proxy_host - proxy host name. |
public void | setProxyPort(int proxy_port) Sets the proxy TCP port.
Parameters: proxy_port - proxy TCP port. |
public void | setURL(String URL) Sets the destination URL.
Parameters: URL - destination URL. |
public void | setUseProxy(boolean use_proxy) Sets it to true to use a proxy.
Parameters: use_proxy - true to use a proxy. |