| Package | Description |
|---|---|
| io.fabric8.gateway.model | |
| io.fabric8.gateway.support |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyRule |
HttpProxyRuleBase.rule(java.lang.String uriTemplate)
DSL API to create or update a mapping rule for the given URI template
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,HttpProxyRule> |
HttpProxyRuleBase.getMappingRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpProxyRuleBase.setMappingRules(java.util.Map<java.lang.String,HttpProxyRule> mappingRules) |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyRule |
MappingResult.getProxyRule()
Returns the proxy mapping rule that matched
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,HttpProxyRule> |
JsonRuleBaseReader.parseJson(java.io.InputStream in)
Will try to parse the
InputStream which is expected to be in the following
JSON format: |
| Modifier and Type | Method and Description |
|---|---|
MappingResult |
UriTemplate.matches(java.lang.String[] requestUriPaths,
HttpProxyRule proxyRule) |
| Constructor and Description |
|---|
MappingResult(java.util.Map<java.lang.String,java.lang.String> parameterNameValues,
java.lang.String[] requestUriPaths,
HttpProxyRule proxyRule) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.