public class HttpProxyRuleBase extends Object
| Constructor and Description |
|---|
HttpProxyRuleBase() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpProxyRule> |
getMappingRules() |
HttpProxyRule |
rule(String uriTemplate)
DSL API to create or update a mapping rule for the given URI template
|
void |
setMappingRules(Map<String,HttpProxyRule> mappingRules) |
public Map<String,HttpProxyRule> getMappingRules()
public void setMappingRules(Map<String,HttpProxyRule> mappingRules)
public HttpProxyRule rule(String uriTemplate)
Copyright © 2011–2014 Red Hat. All rights reserved.