Uses of Class
org.mockserver.matchers.TimeToLive
Packages that use TimeToLive
Package
Description
-
Uses of TimeToLive in org.mockserver.client
Methods in org.mockserver.client with parameters of type TimeToLiveModifier and TypeMethodDescriptionMockServerClient.when(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive) Specify a limited expectation that will respond a specified number of times when the http is matchedMockServerClient.when(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive, Integer priority) Specify a limited expectation that will respond a specified number of times when the http is matched and will be matched according to priority as follows: -
Uses of TimeToLive in org.mockserver.matchers
Methods in org.mockserver.matchers that return TimeToLiveModifier and TypeMethodDescriptionstatic TimeToLiveTimeToLive.setEndDate(long endDate) static TimeToLiveTimeToLive.unlimited() -
Uses of TimeToLive in org.mockserver.mock
Methods in org.mockserver.mock that return TimeToLiveMethods in org.mockserver.mock with parameters of type TimeToLiveModifier and TypeMethodDescriptionstatic ExpectationExpectation.when(String specUrlOrPayload, String operationId, Times times, TimeToLive timeToLive) Specify the OpenAPI and operationId to match against by URL or payload and string for a limit number of times or time as follows:static ExpectationExpectation.when(String specUrlOrPayload, String operationId, Times times, TimeToLive timeToLive, int priority) Specify the OpenAPI and operationId to match against by URL or payload and string for a limit number of times or time and a match priority as follows:static ExpectationExpectation.when(HttpRequest httpRequest, Times times, TimeToLive timeToLive) Specify the HttpRequest to match against for a limit number of times or time as follows:static ExpectationExpectation.when(HttpRequest httpRequest, Times times, TimeToLive timeToLive, int priority) Specify the HttpRequest to match against for a limit number of times or time and a match priority as follows:Constructors in org.mockserver.mock with parameters of type TimeToLiveModifierConstructorDescriptionExpectation(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive, int priority) -
Uses of TimeToLive in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type TimeToLiveModifier and TypeMethodDescriptionTimeToLiveToJavaSerializer.serialize(int numberOfSpacesToIndent, TimeToLive timeToLive) -
Uses of TimeToLive in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return TimeToLiveConstructors in org.mockserver.serialization.model with parameters of type TimeToLive -
Uses of TimeToLive in org.mockserver.serialization.serializers.response
Methods in org.mockserver.serialization.serializers.response with parameters of type TimeToLiveModifier and TypeMethodDescriptionvoidTimeToLiveSerializer.serialize(TimeToLive timeToLive, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)