net.proxy
Class Proxy

java.lang.Object
  extended by net.proxy.Proxy

public class Proxy
extends java.lang.Object


Constructor Summary
Proxy()
           
 
Method Summary
static java.net.PasswordAuthentication getHttpPasswordAuthentictor()
           
static void main(java.lang.String[] args)
           
static void printProxy()
           
static void setFtpProxy(java.lang.String host, java.lang.String port)
           
static void setHttpProxy(java.lang.String host, java.lang.String port)
           
static void setSoeProxy()
          use a proxy server when connecting to the web.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy()
Method Detail

main

public static void main(java.lang.String[] args)

printProxy

public static void printProxy()

setSoeProxy

public static void setSoeProxy()
use a proxy server when connecting to the web. SOE = School of Engineering affineTransform Fairfield. For example: Proxy.setSoeProxy();


setHttpProxy

public static void setHttpProxy(java.lang.String host,
                                java.lang.String port)

setFtpProxy

public static void setFtpProxy(java.lang.String host,
                               java.lang.String port)

getHttpPasswordAuthentictor

public static java.net.PasswordAuthentication getHttpPasswordAuthentictor()