public class MappingResult extends Object
| Constructor and Description |
|---|
MappingResult(Map<String,String> parameterNameValues,
String[] requestUriPaths,
HttpProxyRule proxyRule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUrl(ClientRequestFacade requestFacade)
Returns the resulting proxy URL from the mapping rule
|
Map<String,String> |
getParameterNameValues()
Returns a mapping of the URI templates to the mapped values
|
HttpProxyRule |
getProxyRule()
Returns the proxy mapping rule that matched
|
String[] |
getRequestUriPaths()
Returns the paths from the request URI
|
public MappingResult(Map<String,String> parameterNameValues, String[] requestUriPaths, HttpProxyRule proxyRule)
public String getDestinationUrl(ClientRequestFacade requestFacade)
public Map<String,String> getParameterNameValues()
public String[] getRequestUriPaths()
public HttpProxyRule getProxyRule()
Copyright © 2011–2014 Red Hat. All rights reserved.