@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.websocket") public class WebsocketComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
WebsocketComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnableJmx() |
String |
getHost() |
Integer |
getMaxThreads() |
Integer |
getMinThreads() |
Integer |
getPort() |
Boolean |
getResolvePropertyPlaceholders() |
Map<String,org.apache.camel.component.websocket.WebSocketFactory> |
getSocketFactory() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
String |
getSslKeyPassword() |
String |
getSslKeystore() |
String |
getSslPassword() |
String |
getStaticResources() |
org.eclipse.jetty.util.thread.ThreadPool |
getThreadPool() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setEnableJmx(Boolean enableJmx) |
void |
setHost(String host) |
void |
setMaxThreads(Integer maxThreads) |
void |
setMinThreads(Integer minThreads) |
void |
setPort(Integer port) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSocketFactory(Map<String,org.apache.camel.component.websocket.WebSocketFactory> socketFactory) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setSslKeyPassword(String sslKeyPassword) |
void |
setSslKeystore(String sslKeystore) |
void |
setSslPassword(String sslPassword) |
void |
setStaticResources(String staticResources) |
void |
setThreadPool(org.eclipse.jetty.util.thread.ThreadPool threadPool) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public String getStaticResources()
public void setStaticResources(String staticResources)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getSslKeyPassword()
public void setSslKeyPassword(String sslKeyPassword)
public String getSslPassword()
public void setSslPassword(String sslPassword)
public String getSslKeystore()
public void setSslKeystore(String sslKeystore)
public Boolean getEnableJmx()
public void setEnableJmx(Boolean enableJmx)
public Integer getMinThreads()
public void setMinThreads(Integer minThreads)
public Integer getMaxThreads()
public void setMaxThreads(Integer maxThreads)
public org.eclipse.jetty.util.thread.ThreadPool getThreadPool()
public void setThreadPool(org.eclipse.jetty.util.thread.ThreadPool threadPool)
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Map<String,org.apache.camel.component.websocket.WebSocketFactory> getSocketFactory()
public void setSocketFactory(Map<String,org.apache.camel.component.websocket.WebSocketFactory> socketFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel