public class ProxyConnectorRuleConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
pattern
The pattern for this rule: whiteList, blackList
etc..
|
private List<ProxyConnectorConfiguration> |
proxyConnectors
Field proxyConnectors.
|
private String |
ruleType
The type if this rule: whiteList, blackList
etc..
|
Constructor and Description |
---|
ProxyConnectorRuleConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
Method addProxyConnector.
|
String |
getPattern()
Get the pattern for this rule: whiteList, blackList etc..
|
List<ProxyConnectorConfiguration> |
getProxyConnectors()
Method getProxyConnectors.
|
String |
getRuleType()
Get the type if this rule: whiteList, blackList etc..
|
void |
removeProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
Method removeProxyConnector.
|
void |
setPattern(String pattern)
Set the pattern for this rule: whiteList, blackList etc..
|
void |
setProxyConnectors(List<ProxyConnectorConfiguration> proxyConnectors)
Set associated proxyConnectors configuration.
|
void |
setRuleType(String ruleType)
Set the type if this rule: whiteList, blackList etc..
|
private List<ProxyConnectorConfiguration> proxyConnectors
public ProxyConnectorRuleConfiguration()
public void addProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
proxyConnectorConfiguration
- public String getPattern()
public List<ProxyConnectorConfiguration> getProxyConnectors()
public String getRuleType()
public void removeProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
proxyConnectorConfiguration
- public void setPattern(String pattern)
pattern
- public void setProxyConnectors(List<ProxyConnectorConfiguration> proxyConnectors)
proxyConnectors
- public void setRuleType(String ruleType)
ruleType
- Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.