On Tue, 2024-08-06 at 08:02 +0000, Олег В. Кандауров wrote:
> Thank you for the clarifications, it was helpful.
> 
> Did I understand you correctly that from the point of view of I/O in
> HTTP/1.1, synchronous and asynchronous clients are identical? 

The transport layers are different but the protocol layer are
compatible. The main difference is that the classic APIs are
InputStream / OutputStream based and the async APIs are event driven,
callback based. 

> The main difference is the API: asynchronous uses a reactor, while
> synchronous uses a threading model.
> 
> 

Correct.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to