Package org.apache.http.impl.conn
Class DefaultSchemePortResolver
- java.lang.Object
-
- org.apache.http.impl.conn.DefaultSchemePortResolver
-
- All Implemented Interfaces:
SchemePortResolver
@Contract(threading=IMMUTABLE) public class DefaultSchemePortResolver extends 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(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(HttpHost host) throws UnsupportedSchemeException
Description copied from interface:SchemePortResolver
Returns the actual port for the host based on the protocol scheme.- Specified by:
resolve
in interfaceSchemePortResolver
- Throws:
UnsupportedSchemeException
-
-