abstract class Dispatcher
Handler for mock server requests. |
|
class MockResponse : Cloneable
A scripted response to be replayed by the mock web server. |
|
class MockWebServer : ExternalResource, Closeable
A scriptable web server. Callers supply canned responses and the server replays them upon request in sequence. |
|
class PushPromise
An HTTP request initiated by the server. |
|
open class QueueDispatcher : Dispatcher
Default dispatcher that processes a script of responses. Populate the script by calling enqueueResponse. |
|
class RecordedRequest
An HTTP request that came into the mock web server. |
|
enum class SocketPolicy
What should be done with the incoming socket. |