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 Modifier and 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 Constructor 描述 Proxy(Proxy.Type type, SocketAddress sa)
创建一个表示PROXY连接的条目。
-