Uses of Class
io.fabric8.mockwebserver.http.Dispatcher
-
Packages that use Dispatcher Package Description io.fabric8.mockwebserver io.fabric8.mockwebserver.crud io.fabric8.mockwebserver.http io.fabric8.mockwebserver.internal -
-
Uses of Dispatcher in io.fabric8.mockwebserver
Methods in io.fabric8.mockwebserver with parameters of type Dispatcher Modifier and Type Method Description voidMockWebServer. setDispatcher(Dispatcher dispatcher)Constructors in io.fabric8.mockwebserver with parameters of type Dispatcher Constructor Description DefaultMockServer(Context context, MockWebServer server, Map<ServerRequest,Queue<ServerResponse>> responses, Dispatcher dispatcher, boolean useHttps) -
Uses of Dispatcher in io.fabric8.mockwebserver.crud
Subclasses of Dispatcher in io.fabric8.mockwebserver.crud Modifier and Type Class Description classCrudDispatcher -
Uses of Dispatcher in io.fabric8.mockwebserver.http
Subclasses of Dispatcher in io.fabric8.mockwebserver.http Modifier and Type Class Description classQueueDispatcherCompatibility layer for OkHttp. -
Uses of Dispatcher in io.fabric8.mockwebserver.internal
Subclasses of Dispatcher in io.fabric8.mockwebserver.internal Modifier and Type Class Description classMockDispatcher
-