public interface  org.apache.http.conn.routing.HttpRoutePlanner extends java.lang.Object
{
public abstract org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException;
}