Uses of Class
io.fabric8.mockwebserver.Context
-
Packages that use Context Package Description io.fabric8.mockwebserver io.fabric8.mockwebserver.crud io.fabric8.mockwebserver.internal -
-
Uses of Context in io.fabric8.mockwebserver
Constructors in io.fabric8.mockwebserver with parameters of type Context 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) -
Uses of Context in io.fabric8.mockwebserver.crud
Fields in io.fabric8.mockwebserver.crud declared as Context Modifier and Type Field Description protected ContextCrudDispatcher. contextConstructors in io.fabric8.mockwebserver.crud with parameters of type Context Constructor Description CrudDispatcher(Context context, AttributeExtractor attributeExtractor, ResponseComposer responseComposer) -
Uses of Context in io.fabric8.mockwebserver.internal
Constructors in io.fabric8.mockwebserver.internal with parameters of type Context Constructor Description 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)
-