java - Need to add proxy to URLConnection in scribe -


i using scribe obtain accesstoken. works fine in normal environment, sometimes, must use proxy obtain connection. however, in scribe, urlconnection (actually httpurlconnection) down in request.java , there no access it. must override many methods able set proxy on urlconnection.

has used scribe in environment proxy required? how did urlconnection set proxy?

it seems accessors on request class , response class changed allow this, or getters added request, suspect there reasons why not case.

how providing way set proxy on urlconnection?

take into:

there third link on scribe faq se won't let me post. hope using java 1.5 or superior.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -