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 void
ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback, Delay delay)
Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedvoid
ForwardChainExpectation. forward(ExpectationForwardCallback expectationForwardCallback, Delay delay)
Call method on object locally or remotely (over web socket) to generate request to forward when expectation is matchedvoid
ForwardChainExpectation. 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 Delay
Delay. delay(TimeUnit timeUnit, long value)
Delay
Action. getDelay()
static Delay
Delay. milliseconds(long value)
static Delay
Delay. minutes(long value)
static Delay
Delay. seconds(long value)
Methods in org.mockserver.model with parameters of type Delay Modifier and Type Method Description T
Action. 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 void
Scheduler. 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 String
DelayToJavaSerializer. 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 Delay
DelayDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type Delay Constructor Description DelayDTO(Delay delay)
-