Uses of Class
org.mockserver.matchers.TimeToLive
-
-
Uses of TimeToLive in org.mockserver.client
Methods in org.mockserver.client with parameters of type TimeToLive Modifier and Type Method Description ForwardChainExpectation
MockServerClient. when(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
Specify an limited expectation that will respond a specified number of times when the http is matched for example: -
Uses of TimeToLive in org.mockserver.matchers
Methods in org.mockserver.matchers that return TimeToLive Modifier and Type Method Description static TimeToLive
TimeToLive. exactly(TimeUnit timeUnit, Long timeToLive)
TimeToLive
TimeToLive. setEndDate(long endDate)
static TimeToLive
TimeToLive. unlimited()
-
Uses of TimeToLive in org.mockserver.mock
Methods in org.mockserver.mock that return TimeToLive Modifier and Type Method Description TimeToLive
Expectation. getTimeToLive()
Constructors in org.mockserver.mock with parameters of type TimeToLive Constructor Description Expectation(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
-
Uses of TimeToLive in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type TimeToLive Modifier and Type Method Description String
TimeToLiveToJavaSerializer. serialize(int numberOfSpacesToIndent, TimeToLive timeToLive)
-
Uses of TimeToLive in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return TimeToLive Modifier and Type Method Description TimeToLive
TimeToLiveDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type TimeToLive Constructor Description TimeToLiveDTO(TimeToLive timeToLive)
-
Uses of TimeToLive in org.mockserver.serialization.serializers.response
Methods in org.mockserver.serialization.serializers.response with parameters of type TimeToLive Modifier and Type Method Description void
TimeToLiveSerializer. serialize(TimeToLive timeToLive, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-