mockwebserver / okhttp3.mockwebserver / Dispatcher / dispatch

dispatch

abstract fun dispatch(request: RecordedRequest): MockResponse

Returns a response to satisfy request. This method may block (for instance, to wait on a CountdownLatch).