public class ProxyConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProxyConfig.Application |
static class |
ProxyConfig.Constraint |
Modifier and Type | Field and Description |
---|---|
protected List<ProxyConfig.Application> |
applications |
protected String |
bindAddress |
protected Integer |
bufferSize |
protected Integer |
buffersPerRegion |
protected Boolean |
directBuffers |
protected Integer |
httpPort |
protected Integer |
httpsPort |
protected Integer |
ioThreads |
protected String |
keyPassword |
protected String |
keystore |
protected String |
keystorePassword |
protected boolean |
sendAccessToken |
protected String |
targetUrl |
protected Integer |
workerThreads |
Constructor and Description |
---|
ProxyConfig() |
protected String bindAddress
protected Integer httpPort
protected Integer httpsPort
protected String keystore
protected String keystorePassword
protected String keyPassword
protected Integer bufferSize
protected Integer buffersPerRegion
protected Integer ioThreads
protected Integer workerThreads
protected Boolean directBuffers
protected String targetUrl
protected boolean sendAccessToken
protected List<ProxyConfig.Application> applications
public String getBindAddress()
public void setBindAddress(String bindAddress)
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getHttpsPort()
public void setHttpsPort(Integer httpsPort)
public String getKeystore()
public void setKeystore(String keystore)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public Integer getBufferSize()
public void setBufferSize(Integer bufferSize)
public Integer getBuffersPerRegion()
public void setBuffersPerRegion(Integer buffersPerRegion)
public Integer getIoThreads()
public void setIoThreads(Integer ioThreads)
public Integer getWorkerThreads()
public void setWorkerThreads(Integer workerThreads)
public Boolean getDirectBuffers()
public void setDirectBuffers(Boolean directBuffers)
public String getTargetUrl()
public void setTargetUrl(String targetUrl)
public List<ProxyConfig.Application> getApplications()
public void setApplications(List<ProxyConfig.Application> applications)
public boolean isSendAccessToken()
public void setSendAccessToken(boolean sendAccessToken)
Copyright © 2015. All Rights Reserved.