Uses of Class
org.mockserver.model.ProxyPassMapping
Packages that use ProxyPassMapping
-
Uses of ProxyPassMapping in org.mockserver.configuration
Methods in org.mockserver.configuration that return types with arguments of type ProxyPassMappingModifier and TypeMethodDescriptionstatic List<ProxyPassMapping>ConfigurationProperties.proxyPass()Configuration.proxyPassMappings()Method parameters in org.mockserver.configuration with type arguments of type ProxyPassMappingModifier and TypeMethodDescriptionstatic voidConfigurationProperties.proxyPass(List<ProxyPassMapping> mappings) Configure ProxyPass mappings that map incoming path prefixes to upstream servers with automatic path rewriting.Configuration.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 ProxyPassMappingModifier and TypeMethodDescriptionstatic ProxyPassMappingProxyPassMapping.withPathPrefix(String pathPrefix) ProxyPassMapping.withPreserveHost(boolean preserveHost) ProxyPassMapping.withTargetUri(String targetUri)