Package org.miaixz.bus.http
Class Route
java.lang.Object
org.miaixz.bus.http.Route
连接用于到达抽象源服务器的具体路由 在创建连接时,客户机有许多选项 每个路由都是这些选项的特定选择
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Details
-
Route
-
-
Method Details
-
address
-
proxy
-
socketAddress
-
requiresTunnel
public boolean requiresTunnel()Returns true if this route tunnels HTTPS through an HTTP proxy. See RFC 2817, Section 5.2. -
equals
-
hashCode
-
toString
-