Uses of Class
java.net.Proxy.Type
-
Packages that use Proxy.Type 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of Proxy.Type in java.net
Methods in java.net that return Proxy.Type 变量和类型 方法 描述 Proxy.Type
Proxy. type()
返回代理类型。static Proxy.Type
Proxy.Type. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static Proxy.Type[]
Proxy.Type. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Constructors in java.net with parameters of type Proxy.Type 构造器 描述 Proxy(Proxy.Type type, SocketAddress sa)
创建表示PROXY连接的条目。
-