Asynchronous Http and WebSocket Client library for Java
-
Updated
Oct 20, 2021 - Java
Add a description, image, and links to the asynchttpclient topic page so that developers can more easily learn about it.
To associate your repository with the asynchttpclient topic, visit your repo's landing page and select "manage topics."
I can't see any place to specify that I'd like wsclient to use a socks proxy, whereas AsyncHttpClient can
https://www.javadoc.io/static/org.asynchttpclient/async-http-client/2.10.4/org/asynchttpclient/proxy/ProxyType.html
vs
https://github.com/playframework/play-ws/blob/f4108eaff2121b25ba4827121937114c415a0d88/play-ws-standalone/src/main/scala/play/api/libs/ws/WS.scala#L81
Thanks