Uses of Class
org.mockserver.matchers.TimeToLive

Packages that use TimeToLive
org.mockserver.client.serialization.model   
org.mockserver.matchers   
org.mockserver.mock   
 

Uses of TimeToLive in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return TimeToLive
 TimeToLive TimeToLiveDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type TimeToLive
TimeToLiveDTO(TimeToLive timeToLive)
           
 

Uses of TimeToLive in org.mockserver.matchers
 

Methods in org.mockserver.matchers that return TimeToLive
static TimeToLive TimeToLive.exactly(TimeUnit timeUnit, Long timeToLive)
           
static TimeToLive TimeToLive.unlimited()
           
 

Uses of TimeToLive in org.mockserver.mock
 

Methods in org.mockserver.mock that return TimeToLive
 TimeToLive Expectation.getTimeToLive()
           
 

Methods in org.mockserver.mock with parameters of type TimeToLive
 Expectation MockServerMatcher.when(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
           
 

Constructors in org.mockserver.mock with parameters of type TimeToLive
Expectation(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
           
 



Copyright © 2016. All rights reserved.