@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 |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration |
getHostOptions() |
Boolean |
getLazyStartProducer() |
Boolean |
getMuteException() |
String |
getSslContextParameters() |
String |
getUndertowHttpBinding() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setMuteException(Boolean muteException) |
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 getMuteException()
public void setMuteException(Boolean muteException)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
Apache Camel