@Contract(threading=STATELESS)
public interface SchemePortResolver
Modifier and Type | Method and Description |
---|---|
int |
resolve(org.apache.hc.core5.http.HttpHost host)
Returns the actual port for the host based on the protocol scheme.
|
default int |
resolve(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)
default int resolve(String scheme, org.apache.hc.core5.net.NamedEndpoint endpoint)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.