Package org.apache.hc.client5.http.impl
Class DefaultSchemePortResolver
- java.lang.Object
-
- org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-
- All Implemented Interfaces:
SchemePortResolver
@Contract(threading=STATELESS) public class DefaultSchemePortResolver extends java.lang.Object implements SchemePortResolver
DefaultSchemePortResolver
.- Since:
- 4.3
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultSchemePortResolver
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultSchemePortResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
resolve(java.lang.String scheme, org.apache.hc.core5.net.NamedEndpoint endpoint)
Returns the actual port for the host based on the protocol scheme.int
resolve(org.apache.hc.core5.http.HttpHost host)
Returns the actual port for the host based on the protocol scheme.
-
-
-
Field Detail
-
INSTANCE
public static final DefaultSchemePortResolver INSTANCE
-
-
Method Detail
-
resolve
public int resolve(org.apache.hc.core5.http.HttpHost host)
Description copied from interface:SchemePortResolver
Returns the actual port for the host based on the protocol scheme.- Specified by:
resolve
in interfaceSchemePortResolver
-
resolve
public int resolve(java.lang.String scheme, org.apache.hc.core5.net.NamedEndpoint endpoint)
Description copied from interface:SchemePortResolver
Returns the actual port for the host based on the protocol scheme.- Specified by:
resolve
in interfaceSchemePortResolver
-
-