I am migrating to apach httpclient5 from apache httpclint 4.
I use the Zero Copy Get request process as follow.
https://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/src/examples/org/apache/http/examples/nio/client/ZeroCopyHttpExchange.java?view=markup
I download big files with using this Zero Copy.
But, I can not find the Zero Copy process in the httpclient5.
How can I migrate this process.
Thank you.
I read a following document.
https://hc.apache.org/httpcomponents-client-5.3.x/index.html
Suzuki Yuu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.