Uses of Class
org.mockserver.client.serialization.model.ExpectationDTO

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

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

Methods in org.mockserver.client.serialization.model that return ExpectationDTO
 ExpectationDTO ExpectationDTO.setHttpClassCallback(HttpClassCallbackDTO httpClassCallback)
           
 ExpectationDTO ExpectationDTO.setHttpError(HttpErrorDTO httpError)
           
 ExpectationDTO ExpectationDTO.setHttpForward(HttpForwardDTO httpForward)
           
 ExpectationDTO ExpectationDTO.setHttpObjectCallback(HttpObjectCallbackDTO httpObjectCallback)
           
 ExpectationDTO ExpectationDTO.setHttpRequest(HttpRequestDTO httpRequest)
           
 ExpectationDTO ExpectationDTO.setHttpResponse(HttpResponseDTO httpResponse)
           
 ExpectationDTO ExpectationDTO.setTimes(TimesDTO times)
           
 ExpectationDTO ExpectationDTO.setTimeToLive(TimeToLiveDTO timeToLive)
           
 



Copyright © 2017. All rights reserved.