Package org.apache.hc.core5.http.impl
Class DefaultAddressResolver
- java.lang.Object
-
- org.apache.hc.core5.http.impl.DefaultAddressResolver
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultAddressResolver
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultAddressResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddress
resolve(HttpHost host)
-
-
-
Field Detail
-
INSTANCE
public static final DefaultAddressResolver INSTANCE
-
-