How to use HttpClient with multithreaded operation?

前端 未结 2 704
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-17 19:52

I\'ve to do an application that performs a Login POST request in a certain host, then navigates some pages, finds and retrieves some data. Becase the website resouce is prot

2条回答
  •  失恋的感觉
    2020-12-17 20:27

    Here is an answer: http://pro-programmers.blogspot.com/2009/06/apache-httpclient-multi-threads.html

提交回复
热议问题