1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/okhttp-testing-support
Yuri Schimke 735ed1a6e5 Add a ConnectionListener (#7456)
* Attempt at a ConnectionListener

* Fixes

* Test for locks

* Fix for locking

* Add events in RouteFailureTest

* Fixes

* Fixes

* Fixes

* Fast path when None

* Don't defer connectionClosed events

* Don't enqueue connection events

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2023-01-01 09:17:55 -05:00
..
2023-01-01 09:17:55 -05:00
2022-09-24 11:51:03 +01:00

OkHttp Testing Support

This module offers utilities and support for testing OkHttp itself. It's not intended for use by other projects or consumers of the OkHttp library.