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 HttpForwardDTO
ExpectationDTO. getHttpForward()
HttpForwardDTO
HttpForwardDTO. setHost(String host)
HttpForwardDTO
HttpForwardDTO. setPort(Integer port)
HttpForwardDTO
HttpForwardDTO. setScheme(HttpForward.Scheme scheme)
Methods in org.mockserver.serialization.model with parameters of type HttpForwardDTO Modifier and Type Method Description ExpectationDTO
ExpectationDTO. setHttpForward(HttpForwardDTO httpForward)
-