JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hc.client5.http
Interface SchemePortResolver
All Known Implementing Classes:
DefaultSchemePortResolver
public interface
SchemePortResolver
Strategy for default port resolution for protocol schemes.
Since:
4.3
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
resolve
(HttpHost host)
Returns the actual port for the host based on the protocol scheme.
Method Detail
resolve
int resolve(HttpHost host)
Returns the actual port for the host based on the protocol scheme.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method