Package org.mockserver.model
Class ProxyPassMapping
java.lang.Object
org.mockserver.model.ProxyPassMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()booleanbooleanstatic ProxyPassMappingwithPathPrefix(String pathPrefix) withPreserveHost(boolean preserveHost) withTargetUri(String targetUri)
-
Constructor Details
-
ProxyPassMapping
public ProxyPassMapping()
-
-
Method Details
-
proxyPass
-
getPathPrefix
-
withPathPrefix
-
getTargetUri
-
withTargetUri
-
isPreserveHost
public boolean isPreserveHost() -
withPreserveHost
-
getTargetHost
-
getTargetPort
public int getTargetPort() -
getTargetPath
-
isTargetSecure
public boolean isTargetSecure() -
equals
-
hashCode
public int hashCode()
-