Hi All: To represent http://example.com:1234, it seems backward to me to write:
new HttpHost("example.com", 1234, "http");
instead of
new HttpHost("http", "example.com", 1234);
Any objection to changing the ctors to make to scheme come first?
Gary
