public static class ProxyConfig.Application extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AdapterConfig |
adapterConfig |
protected String |
basePath |
protected List<ProxyConfig.Constraint> |
constraints |
protected String |
errorPage |
protected boolean |
proxyAddressForwarding |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
AdapterConfig |
getAdapterConfig() |
String |
getBasePath() |
List<ProxyConfig.Constraint> |
getConstraints() |
String |
getErrorPage() |
boolean |
isProxyAddressForwarding() |
void |
setAdapterConfig(AdapterConfig adapterConfig) |
void |
setBasePath(String basePath) |
void |
setConstraints(List<ProxyConfig.Constraint> constraints) |
void |
setErrorPage(String errorPage) |
void |
setProxyAddressForwarding(boolean proxyAddressForwarding) |
protected String basePath
protected AdapterConfig adapterConfig
protected String errorPage
protected boolean proxyAddressForwarding
protected List<ProxyConfig.Constraint> constraints
public String getBasePath()
public void setBasePath(String basePath)
public AdapterConfig getAdapterConfig()
public void setAdapterConfig(AdapterConfig adapterConfig)
public String getErrorPage()
public void setErrorPage(String errorPage)
public boolean isProxyAddressForwarding()
public void setProxyAddressForwarding(boolean proxyAddressForwarding)
public List<ProxyConfig.Constraint> getConstraints()
public void setConstraints(List<ProxyConfig.Constraint> constraints)
Copyright © 2017 JBoss by Red Hat. All rights reserved.