public static final enum Proxy.Type
extends Enum<Proxy.Type>
java.lang.Object | ||
↳ | java.lang.Enum<java.net.Proxy.Type> | |
↳ | java.net.Proxy.Type |
代表代理类型。
Enum values |
|
---|---|
Proxy.Type |
DIRECT 代表直接连接,或缺少代理。 |
Proxy.Type |
HTTP 代表高级协议(如HTTP或FTP)的代理。 |
Proxy.Type |
SOCKS 代表SOCKS(V4或V5)代理。 |
Public methods |
|
---|---|
static Proxy.Type |
valueOf(String name) |
static final Type[] |
values() |
Inherited methods |
|
---|---|
From class java.lang.Enum
|
|
From class java.lang.Object
|
|
From interface java.lang.Comparable
|
Proxy.Type valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
Proxy.Type |