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

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

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

Methods in org.mockserver.client.serialization.model that return HttpForwardDTO
 HttpForwardDTO ExpectationDTO.getHttpForward()
           
 HttpForwardDTO HttpForwardDTO.setHost(String host)
           
 HttpForwardDTO HttpForwardDTO.setPort(Integer port)
           
 HttpForwardDTO HttpForwardDTO.setScheme(HttpForward.Scheme scheme)
           
 

Methods in org.mockserver.client.serialization.model with parameters of type HttpForwardDTO
 ExpectationDTO ExpectationDTO.setHttpForward(HttpForwardDTO httpForward)
           
 



Copyright © 2017. All rights reserved.