public abstract class TransportConfig extends Object implements org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
TransportConfig() |
@PostConstruct public void init()
public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setId(String id)
public String getId()
public String getEnabledProperty()
public void setEnabledProperty(String enabledProperty)
public String getPortProperty()
public void setPortProperty(String portProperty)
public String getHostProperty()
public void setHostProperty(String hostProperty)
public String getSchemeProperty()
public void setSchemeProperty(String schemeProperty)
public String getKeyStoreFileProperty()
public void setKeyStoreFileProperty(String keyStoreFileProperty)
public String getKeyStorePassProperty()
public void setKeyStorePassProperty(String keyStorePassProperty)
public String getCertPassProperty()
public void setCertPassProperty(String certPassProperty)
public String getBossThreadPoolSizeProperty()
public void setBossThreadPoolSizeProperty(String bossThreadPoolSizeProperty)
public String getWorkerThreadPoolSizeProperty()
public void setWorkerThreadPoolSizeProperty(String workerThreadPoolSizeProperty)
public String getExecHandlerThreadPoolSizeProperty()
public void setExecHandlerThreadPoolSizeProperty(String execHandlerThreadPoolSizeProperty)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public String getScheme()
public void setScheme(String scheme)
public String getKeyStoreFile()
public void setKeyStoreFile(String keyStoreFile)
public String getKeyStorePass()
public void setKeyStorePass(String keyStorePass)
public String getCertPass()
public void setCertPass(String certPass)
public int getBossThreadPoolSize()
public void setBossThreadPoolSize(int bossThreadPoolSize)
public int getWorkerThreadPoolSize()
public void setWorkerThreadPoolSize(int workerThreadPoolSize)
public int getExecHandlerThreadPoolSize()
public void setExecHandlerThreadPoolSize(int execHandlerThreadPoolSize)
public boolean getDefaultEnabled()
public boolean isHTTPS()
Copyright © 2017 WSO2. All rights reserved.