I'm developing a client application. The application connects through a proxy server that run at 127.0.0.1:1080
The proxy server running at 127.0.0.1:1080 will also forward the client request through a set of random proxies and return the output back to the client application.
Basically the client makes request through a proxy server but the proxy server forward request through a set of random proxies.
Is there a Java library that can help?