fipaos.util.proxy
Class Proxy

java.lang.Object
  |
  +--fipaos.util.proxy.Proxy

public class Proxy
extends java.lang.Object

description of class


Constructor Summary
Proxy()
          This is the default Proxy class constructor.
 
Method Summary
static java.lang.String fetchDocument(java.lang.String test_url)
          This is a test method that will fetch a specific document.
static void setAutoConfigScriptURL(java.lang.String url)
          This method is one of two methods which is public.
static void setProxyProperties(java.lang.String proxy)
          This is the private constructor method that sets up the proxy properies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy()
This is the default Proxy class constructor.
Method Detail

setAutoConfigScriptURL

public static void setAutoConfigScriptURL(java.lang.String url)
This method is one of two methods which is public. It is used to set the automatic configuration script.

fetchDocument

public static java.lang.String fetchDocument(java.lang.String test_url)
                                      throws NoContentException,
                                             MovedException,
                                             BadRequestException,
                                             BadMachineException
This is a test method that will fetch a specific document.

setProxyProperties

public static void setProxyProperties(java.lang.String proxy)
This is the private constructor method that sets up the proxy properies.