扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net枚举proxy.type的类成员方法: socks定义及介绍
发布时间:2014-2-17
本文导语:
socks
public static final proxy.type socks
表示 socks(v4 或 v5)代理。
values
public static final proxy.type[] values()
returns an array containing the constants of this enum type, in
the order they are declared. this method may be used to iterate
over the constants as follows...