net.sf.jdigg.requests
Class ProxyHost
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyHost
public ProxyHost(java.lang.String proxyHost,
int proxyPort)
ProxyHost
public ProxyHost(java.lang.String proxyHost,
int proxyPort,
ProxyUser proxyUser)
getProxyHost
public java.lang.String getProxyHost()
getProxyPort
public int getProxyPort()
getProxyUser
public ProxyUser getProxyUser()
Copyright © 2008. All Rights Reserved.