osdep.proxy
Class ProxyPropertyNames

java.lang.Object
  extended by osdep.proxy.ProxyPropertyNames

public class ProxyPropertyNames
extends java.lang.Object

the names to use to get or set the proxy data as properties e.g. System.getProperties().setProperty()

Author:
SHZ Mar 14, 2008

Constructor Summary
ProxyPropertyNames(java.lang.String proxySet, java.lang.String proxyHost, java.lang.String proxyPort)
           
 
Method Summary
 java.lang.String getProxyHost()
           
 java.lang.String getProxyPort()
           
 java.lang.String getProxySet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPropertyNames

public ProxyPropertyNames(java.lang.String proxySet,
                          java.lang.String proxyHost,
                          java.lang.String proxyPort)
Parameters:
proxySet -
proxyHost -
proxyPort -
Method Detail

getProxySet

public java.lang.String getProxySet()
Returns:
the proxySet

getProxyHost

public java.lang.String getProxyHost()
Returns:
the proxyHost

getProxyPort

public java.lang.String getProxyPort()
Returns:
the proxyPort