net.sf.jdigg.requests
Class ProxyHost

java.lang.Object
  extended by net.sf.jdigg.requests.ProxyHost

public class ProxyHost
extends java.lang.Object

Proxy configuration (hostname and port).

Since:
1.0 M1
Author:
Philip May

Constructor Summary
ProxyHost(java.lang.String proxyHost, int proxyPort)
           
ProxyHost(java.lang.String proxyHost, int proxyPort, ProxyUser proxyUser)
           
 
Method Summary
 java.lang.String getProxyHost()
           
 int getProxyPort()
           
 ProxyUser getProxyUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyHost

public ProxyHost(java.lang.String proxyHost,
                 int proxyPort)

ProxyHost

public ProxyHost(java.lang.String proxyHost,
                 int proxyPort,
                 ProxyUser proxyUser)
Method Detail

getProxyHost

public java.lang.String getProxyHost()

getProxyPort

public int getProxyPort()

getProxyUser

public ProxyUser getProxyUser()


Copyright © 2008. All Rights Reserved.