@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() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
org.apache.camel.component.undertow.UndertowHttpBinding |
getUndertowHttpBinding() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setUndertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public org.apache.camel.component.undertow.UndertowHttpBinding getUndertowHttpBinding()
public void setUndertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
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 UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration getHostOptions()
public void setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel