Package | Description |
---|---|
org.apache.camel.component.undertow |
Modifier and Type | Method and Description |
---|---|
List<CamelUndertowHttpHandler> |
UndertowEndpoint.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowEndpoint.setHandlers(List<CamelUndertowHttpHandler> handlers)
Specifies a comma-delimited set of io.undertow.server.HttpHandler instances in your Registry (such as your Spring ApplicationContext).
|
Apache Camel