| Package | Description |
|---|---|
| io.fabric8.mockwebserver | |
| io.fabric8.mockwebserver.internal |
| Constructor and Description |
|---|
DefaultMockServer(Context context,
okhttp3.mockwebserver.MockWebServer server,
Map<ServerRequest,Queue<ServerResponse>> responses,
boolean useHttps) |
| Constructor and Description |
|---|
InlineWebSocketSessionBuilder(Context context,
Function<WebSocketSession,T> function) |
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(Map<ServerRequest,Queue<ServerResponse>> responses,
Context context) |
WebSocketSession(Context context,
List<WebSocketMessage> open,
WebSocketMessage failure,
Exception cause) |
Copyright © 2015–2017 Red Hat. All rights reserved.