java.lang.Object
java.net.ProxySelector
org.miaixz.bus.http.metric.proxy.NullProxySelector
代理选择器 返回
Proxy.NO_PROXY- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnectFailed(URI uri, SocketAddress socketAddress, IOException ex) Methods inherited from class java.net.ProxySelector
getDefault, of, setDefault
-
Constructor Details
-
NullProxySelector
public NullProxySelector()
-
-
Method Details
-
select
- Specified by:
selectin classProxySelector
-
connectFailed
- Specified by:
connectFailedin classProxySelector
-