Package org.apache.http.conn
Interface SchemePortResolver
- 
- All Known Implementing Classes:
 DefaultSchemePortResolver
public interface SchemePortResolverStrategy for default port resolution for protocol schemes.- Since:
 - 4.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intresolve(HttpHost host)Returns the actual port for the host based on the protocol scheme. 
 - 
 
- 
- 
Method Detail
- 
resolve
int resolve(HttpHost host) throws UnsupportedSchemeException
Returns the actual port for the host based on the protocol scheme.- Throws:
 UnsupportedSchemeException
 
 - 
 
 -