Uses of Class
org.mockserver.serialization.model.HttpForwardDTO
-
Packages that use HttpForwardDTO Package Description org.mockserver.serialization.model -
-
Uses of HttpForwardDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpForwardDTO Modifier and Type Method Description HttpForwardDTOExpectationDTO. getHttpForward()HttpForwardDTOHttpForwardDTO. setHost(String host)HttpForwardDTOHttpForwardDTO. setPort(Integer port)HttpForwardDTOHttpForwardDTO. setScheme(HttpForward.Scheme scheme)Methods in org.mockserver.serialization.model with parameters of type HttpForwardDTO Modifier and Type Method Description ExpectationDTOExpectationDTO. setHttpForward(HttpForwardDTO httpForward)
-