Uses of Class
org.mockserver.model.ProxyPassMapping
-
Packages that use ProxyPassMapping Package Description org.mockserver.configuration org.mockserver.model -
-
Uses of ProxyPassMapping in org.mockserver.configuration
Methods in org.mockserver.configuration that return types with arguments of type ProxyPassMapping Modifier and Type Method Description static List<ProxyPassMapping>ConfigurationProperties. proxyPass()List<ProxyPassMapping>Configuration. proxyPassMappings()Method parameters in org.mockserver.configuration with type arguments of type ProxyPassMapping Modifier and Type Method Description static voidConfigurationProperties. proxyPass(List<ProxyPassMapping> mappings)Configure ProxyPass mappings that map incoming path prefixes to upstream servers with automatic path rewriting.ConfigurationConfiguration. proxyPassMappings(List<ProxyPassMapping> proxyPassMappings)Configure ProxyPass mappings that map incoming path prefixes to upstream servers with automatic path rewriting. -
Uses of ProxyPassMapping in org.mockserver.model
Methods in org.mockserver.model that return ProxyPassMapping Modifier and Type Method Description static ProxyPassMappingProxyPassMapping. proxyPass(String pathPrefix, String targetUri)ProxyPassMappingProxyPassMapping. withPathPrefix(String pathPrefix)ProxyPassMappingProxyPassMapping. withPreserveHost(boolean preserveHost)ProxyPassMappingProxyPassMapping. withTargetUri(String targetUri)
-