Feature request: using proxy
Closed this issue · 0 comments
GoogleCodeExporter commented
Hi,
As I’m behind a proxy, I cannot directly use the current version (r148) of
your wonderful bot.
So I added a “private Proxy proxy = Proxy.NO_PROXY;” field with a setter,
and replaced the 5 “openConnection()” occurrences by
“openConnection(proxy)”.
I could have extend the class, but copying and pasting the 5 impacted methods
which can later evolve is not sustainable.
Thanks!
Original issue reported on code.google.com by Ethaniel...@free.fr
on 28 Nov 2013 at 11:17