How to make plain http connection using HttpClient by passing an instance of java proxy class? -


i want make http connection using httpclient.

i didn't find examples takes instance of java proxy class , pass argument httpclient establish plain http connection.

i don't need perform or post method on it. i'm new this, appreciate head start.


Comments