Uses of Class
org.mockserver.model.Delay

Packages that use Delay
org.mockserver.client.serialization.java   
org.mockserver.client.serialization.model   
org.mockserver.model   
 

Uses of Delay in org.mockserver.client.serialization.java
 

Methods in org.mockserver.client.serialization.java with parameters of type Delay
 String DelayToJavaSerializer.serializeAsJava(int numberOfSpacesToIndent, Delay delay)
           
 

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

Methods in org.mockserver.client.serialization.model that return Delay
 Delay DelayDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type Delay
DelayDTO(Delay delay)
           
 

Uses of Delay in org.mockserver.model
 

Methods in org.mockserver.model that return Delay
 Delay HttpResponse.getDelay()
           
 Delay HttpError.getDelay()
           
 

Methods in org.mockserver.model with parameters of type Delay
 HttpResponse HttpResponse.withDelay(Delay delay)
          The delay before responding with this request as a Delay object, for example new Delay(TimeUnit.SECONDS, 3)
 HttpError HttpError.withDelay(Delay delay)
          The delay before responding with this request as a Delay object, for example new Delay(TimeUnit.SECONDS, 3)
 



Copyright © 2016. All rights reserved.