InlineWebSocketSessionBuilder(Context context,
Function<WebSocketSession,T> function) |
InlineWebSocketSessionBuilder(Context context,
ScheduledExecutorService executor,
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(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) |
WebSocketSession(Context context,
ScheduledExecutorService executor,
List<WebSocketMessage> open,
WebSocketMessage failure,
Exception cause) |