//okhttp/okhttp3/Interceptor/Companion
Companion¶
[jvm]\ object Companion
Functions¶
Name | Summary |
---|---|
invoke | [jvm] inline operator fun invoke(crossinline block: (chain: Interceptor.Chain) -> Response): Interceptor Constructs an interceptor for a lambda. This compact syntax is most useful for inline interceptors. |