public class ProxyRule extends AbstractProxy
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
blockRequest, blockResponse, interceptors, key, localHost, name, router| Constructor and Description |
|---|
ProxyRule() |
ProxyRule(ProxyRuleKey ruleKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIp() |
String |
getName() |
protected AbstractProxy |
getNewInstance() |
int |
getPort() |
void |
setIp(String ip) |
void |
setPort(int port) |
clone, getErrorState, getInterceptors, getKey, getSslInboundContext, getSslInboundParser, getSslOutboundContext, getStatisticCollector, init, init, isActive, isBlockRequest, isBlockResponse, isTargetAdjustHostHeader, setBlockRequest, setBlockResponse, setInterceptors, setKey, setName, setSslInboundContext, setSslInboundParser, toStringpublic static final String ELEMENT_NAME
public ProxyRule()
public ProxyRule(ProxyRuleKey ruleKey)
protected AbstractProxy getNewInstance()
getNewInstance in class AbstractProxypublic String getName()
getName in interface RulegetName in class AbstractProxypublic int getPort()
public void setPort(int port)
public String getIp()
public void setIp(String ip)
Copyright © 2022. All Rights Reserved.