Uses of Class
org.mockserver.model.Delay

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

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()
           
 

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)
 



Copyright © 2015. All rights reserved.