Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要多个线程,每个线程都使用不同的 Jakarta Common 的 HTTPClient 代理。上次我检查时,只能为此 API 设置一个全局/静态代理。有没有人如何实现先前规定的目标?
我相信代理是在每个 httpclient 实例上设置的。因此,应该可以为每个线程定义一个 httpclient 实例,每个实例都有自己的代理设置。