@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.undertow") public class UndertowComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration |
Constructor and Description |
---|
UndertowComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration |
getHostOptions() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSslContextParameters() |
String |
getUndertowHttpBinding() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSslContextParameters(String sslContextParameters) |
void |
setUndertowHttpBinding(String undertowHttpBinding) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public String getUndertowHttpBinding()
public void setUndertowHttpBinding(String undertowHttpBinding)
public String getSslContextParameters()
public void setSslContextParameters(String sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration getHostOptions()
public void setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel