사용자 도구

사이트 도구


java:okhttp

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
java:okhttp [2020/07/30 15:56]
kwon37xi 만듦
java:okhttp [2021/09/09 15:40] (현재)
kwon37xi
줄 2: 줄 2:
   * https://square.github.io/okhttp/   * https://square.github.io/okhttp/
   * [[https://www.baeldung.com/guide-to-okhttp|A Guide to OkHttp | Baeldung]]   * [[https://www.baeldung.com/guide-to-okhttp|A Guide to OkHttp | Baeldung]]
 +
 +====== Non Blocking IO? ======
 +  * [[https://stackoverflow.com/questions/23955924/how-is-okhttp-performing-parallell-http-requests-with-seemingly-synchronous-http|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 이다.
 +  * [[https://dzone.com/articles/high-concurrency-http-clients-on-the-jvm|High-Concurrency HTTP Clients on the JVM - DZone Performance]]
 +
 +====== 참조 ======
 +  * [[https://www.baeldung.com/java-okhttp-interceptors|Adding Interceptors in OkHTTP | Baeldung]]
 +  * [[https://gist.github.com/eungju/c156300f174404a62c7f048c62c8bcf1|OkHttp 지표 수집과 장애 격리]]
java/okhttp.1596092176.txt.gz · 마지막으로 수정됨: 2020/07/30 15:56 저자 kwon37xi