Uses of Class
org.apache.http.conn.UnsupportedSchemeException
-
Packages that use UnsupportedSchemeException Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.conn Default implementations of client connection management functions. -
-
Uses of UnsupportedSchemeException in org.apache.http.conn
Methods in org.apache.http.conn that throw UnsupportedSchemeException Modifier and Type Method Description intSchemePortResolver. resolve(org.apache.http.HttpHost host)Returns the actual port for the host based on the protocol scheme. -
Uses of UnsupportedSchemeException in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn that throw UnsupportedSchemeException Modifier and Type Method Description intDefaultSchemePortResolver. resolve(org.apache.http.HttpHost host)
-