목차
OkHTTP
Non Blocking IO?
참조
OkHTTP
https://square.github.io/okhttp/
A Guide to OkHttp | Baeldung
Non Blocking IO?
java - How is OkHttp performing parallell HTTP Requests with seemingly synchronous HTTP connections, without the use of threading? - Stack Overflow
okhttp 는
non blocking IO 아니다
. Thread 기반의 비동기만 지원하는 것이다. IO 는 blocking 이다.
High-Concurrency HTTP Clients on the JVM - DZone Performance
참조
Adding Interceptors in OkHTTP | Baeldung
OkHttp 지표 수집과 장애 격리