public class ProxyType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ProxyType |
HTTP |
static ProxyType |
NO_PROXY |
static ProxyType |
SOCKS4 |
static ProxyType |
SOCKS5 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ProxyType |
getProxyType(java.lang.String type) |
java.lang.String |
toString() |
public static ProxyType NO_PROXY
public static ProxyType HTTP
public static ProxyType SOCKS4
public static ProxyType SOCKS5
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static ProxyType getProxyType(java.lang.String type)
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.