org.apache.http.conn
Interface SchemePortResolver

All Known Implementing Classes:
DefaultSchemePortResolver

public interface SchemePortResolver

Default port resolver for protocol schemes.

Since:
4.3

Method Summary
 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.



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.