Am 2018-11-08 um 18:49 schrieb Gary Gregory:
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?

Makes sense.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to