Hi,

I am using swagger codegen to generate client libraries for java. when it 
try to run I am getting unknownhost exception.. tried investigating.. 
okhttpclient is expecting proxy info.

tried 

Proxy proxyTest = new Proxy(Proxy.Type.HTTP, new 
InetSocketAddress(<proxyHost>, <proxyPort>))
com.square.okhttpClient.setProxy(proxyTest) 

still not working.

Please suggest.

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to