Uses of Class
com.spotify.apollo.test.response.ResponseWithDelay
-
Packages that use ResponseWithDelay Package Description com.spotify.apollo.test.response -
-
Uses of ResponseWithDelay in com.spotify.apollo.test.response
Methods in com.spotify.apollo.test.response that return ResponseWithDelay Modifier and Type Method Description ResponseWithDelayResponseSource. create(com.spotify.apollo.Request request)static ResponseWithDelayResponseWithDelay. forResponse(com.spotify.apollo.Response<okio.ByteString> response)static ResponseWithDelayResponseWithDelay. forResponse(com.spotify.apollo.Response<okio.ByteString> response, long delay, TimeUnit unit)Methods in com.spotify.apollo.test.response with parameters of type ResponseWithDelay Modifier and Type Method Description static ResponseSourceResponses. constant(ResponseWithDelay responseWithDelay)Method parameters in com.spotify.apollo.test.response with type arguments of type ResponseWithDelay Modifier and Type Method Description static ResponseSourceResponses. sequence(Iterable<ResponseWithDelay> responseWithDelayIterable)
-