com.enterprisedt.util.proxy
Class ProxyType

java.lang.Object
  extended by com.enterprisedt.util.proxy.ProxyType

public class ProxyType
extends java.lang.Object

Enumerates different proxy types

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Field Summary
static ProxyType HTTP
           
static ProxyType NO_PROXY
           
static ProxyType SOCKS4
           
static ProxyType SOCKS5
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ProxyType getProxyType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_PROXY

public static ProxyType NO_PROXY

HTTP

public static ProxyType HTTP

SOCKS4

public static ProxyType SOCKS4

SOCKS5

public static ProxyType SOCKS5
Method Detail

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.