public class ServiceProxyKey extends AbstractRuleKey
pathPattern, pathRegExp, port, usePathPattern| Constructor and Description | 
|---|
ServiceProxyKey(int port)  | 
ServiceProxyKey(String host,
               String method,
               String path,
               int port)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getHost()  | 
String | 
getMethod()
Returns the name of the HTTP method 
 | 
int | 
hashCode()  | 
boolean | 
isHostWildcard()
When isHostWidldcard is set to true any value of the HTTP Host header will match. 
 | 
boolean | 
isMethodWildcard()
When isMethodWildcard is set to true any value of the HTTP Host header will match 
 | 
void | 
setMethod(String method)  | 
String | 
toString()  | 
getPath, getPort, isPathRegExp, isUsePathPattern, matchesPath, setPath, setPathRegExp, setPort, setUsePathPatternpublic String getMethod()
RuleKeygetMethod in interface RuleKeygetMethod in class AbstractRuleKeypublic void setMethod(String method)
public boolean isMethodWildcard()
RuleKeyisMethodWildcard in interface RuleKeyisMethodWildcard in class AbstractRuleKeypublic boolean isHostWildcard()
RuleKeyisHostWildcard in interface RuleKeyisHostWildcard in class AbstractRuleKeypublic String getHost()
getHost in interface RuleKeygetHost in class AbstractRuleKeyCopyright © 2012. All Rights Reserved.