Uses of Interface
io.fabric8.mockwebserver.ServerRequest
-
Packages that use ServerRequest Package Description io.fabric8.mockwebserver io.fabric8.mockwebserver.internal -
-
Uses of ServerRequest in io.fabric8.mockwebserver
Constructor parameters in io.fabric8.mockwebserver with type arguments of type ServerRequest Constructor Description DefaultMockServer(Context context, MockWebServer server, Map<ServerRequest,Queue<ServerResponse>> responses, boolean useHttps)DefaultMockServer(Context context, MockWebServer server, Map<ServerRequest,Queue<ServerResponse>> responses, Dispatcher dispatcher, boolean useHttps)DefaultMockServer(MockWebServer server, Map<ServerRequest,Queue<ServerResponse>> responses, boolean useHttps) -
Uses of ServerRequest in io.fabric8.mockwebserver.internal
Classes in io.fabric8.mockwebserver.internal that implement ServerRequest Modifier and Type Class Description classSimpleRequestConstructor parameters in io.fabric8.mockwebserver.internal with type arguments of type ServerRequest Constructor Description MockDispatcher(Map<ServerRequest,Queue<ServerResponse>> responses)MockServerExpectationImpl(Context context, HttpMethod method, String path, int statusCode, String body, String[] chunks, long delay, TimeUnit delayUnit, int times, Map<ServerRequest,Queue<ServerResponse>> responses)MockServerExpectationImpl(Context context, HttpMethod method, String path, ResponseProvider<String> bodyProvider, ResponseProvider<List<String>> chunksProvider, long delay, TimeUnit delayUnit, int times, Map<ServerRequest,Queue<ServerResponse>> responses)MockServerExpectationImpl(Map<ServerRequest,Queue<ServerResponse>> responses, Context context)
-