Uses of Class
java.net.Proxy
-
Packages that use Proxy 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of Proxy in java.net
Fields in java.net declared as Proxy 变量和类型 字段 描述 static Proxy
Proxy. NO_PROXY
代表DIRECT
连接的代理设置,基本上告诉协议处理程序不使用任何代理。Methods in java.net that return types with arguments of type Proxy 变量和类型 方法 描述 abstract List<Proxy>
ProxySelector. select(URI uri)
根据协议选择所有适用的代理以访问资源,使用目标地址访问资源。Methods in java.net with parameters of type Proxy 变量和类型 方法 描述 URLConnection
URL. openConnection(Proxy proxy)
与URL.openConnection()
相同,但连接将通过指定的代理进行; 不支持代理的协议处理程序将忽略代理参数并进行正常连接。protected URLConnection
URLStreamHandler. openConnection(URL u, Proxy p)
与openConnection(URL)相同,但连接将通过指定的代理进行; 不支持代理的协议处理程序将忽略代理参数并进行正常连接。Constructors in java.net with parameters of type Proxy 构造器 描述 Socket(Proxy proxy)
创建一个未连接的套接字,指定应该使用的代理类型(如果有),而不管其他任何设置。
-