com.enterprisedt.util.proxy
Class ProxyType
java.lang.Object
com.enterprisedt.util.proxy.ProxyType
public class ProxyType
- extends java.lang.Object
Enumerates different proxy types
- Version:
- $Revision: 1.2 $
- Author:
- Bruce Blackshaw
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_PROXY
public static ProxyType NO_PROXY
HTTP
public static ProxyType HTTP
SOCKS4
public static ProxyType SOCKS4
SOCKS5
public static ProxyType SOCKS5
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
getProxyType
public static ProxyType getProxyType(java.lang.String type)
Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.