mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
The Dispatcher class is an outlier here as it cannot implement the Lockable interface without that leaking into its public API. We do without in that case. Co-authored-by: Jesse Wilson <jwilson@squareup.com>
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.