//mockwebserver/okhttp3.mockwebserver/Dispatcher
Dispatcher¶
[jvm]\ abstract class Dispatcher
Constructors¶
| Dispatcher | [jvm] fun Dispatcher() |
Functions¶
| Name | Summary |
|---|---|
| dispatch | [jvm] abstract fun dispatch(request: RecordedRequest): MockResponse |
| peek | [jvm] open fun peek(): MockResponse |
| shutdown | [jvm] open fun shutdown() |
Inheritors¶
| Name |
|---|
| QueueDispatcher |