Uses of Class
org.mockserver.model.Delay
-
Packages that use Delay Package Description org.mockserver.client org.mockserver.model org.mockserver.scheduler org.mockserver.serialization.java org.mockserver.serialization.model -
-
Uses of Delay in org.mockserver.client
Methods in org.mockserver.client with parameters of type Delay Modifier and Type Method Description voidForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, Delay delay)Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedvoidForwardChainExpectation. respond(ExpectationResponseCallback expectationResponseCallback, Delay delay)Call method on object locally or remotely (over web socket) to generate response to return when expectation is matched -
Uses of Delay in org.mockserver.model
Methods in org.mockserver.model that return Delay Modifier and Type Method Description static DelayDelay. delay(TimeUnit timeUnit, long value)DelayAction. getDelay()static DelayDelay. milliseconds(long value)static DelayDelay. minutes(long value)static DelayDelay. seconds(long value)Methods in org.mockserver.model with parameters of type Delay Modifier and Type Method Description TAction. withDelay(Delay delay)The delay before responding with this request as a Delay object, for example new Delay(TimeUnit.SECONDS, 3) -
Uses of Delay in org.mockserver.scheduler
Methods in org.mockserver.scheduler with parameters of type Delay Modifier and Type Method Description voidScheduler. schedule(Runnable command, boolean synchronous, Delay... delays) -
Uses of Delay in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type Delay Modifier and Type Method Description StringDelayToJavaSerializer. serialize(int numberOfSpacesToIndent, Delay delay) -
Uses of Delay in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return Delay Modifier and Type Method Description DelayDelayDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type Delay Constructor Description DelayDTO(Delay delay)
-