@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface UndertowEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder
Advanced builder for endpoint for the Undertow component.
|
static interface |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Undertow component.
|
static interface |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder
Advanced builder for endpoint producers for the Undertow component.
|
static interface |
UndertowEndpointBuilderFactory.UndertowBuilders |
static interface |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder
Builder for endpoint for the Undertow component.
|
static interface |
UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder
Builder for endpoint consumers for the Undertow component.
|
static interface |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder
Builder for endpoint producers for the Undertow component.
|
| Modifier and Type | Method and Description |
|---|---|
static UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
undertow(String path)
Undertow (camel-undertow)
The undertow component provides HTTP and WebSocket based endpoints for
consuming and producing HTTP/WebSocket requests.
|
static UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow(String path)
undertow:httpURI
Path parameter: httpURI (required)
The url of the HTTP endpoint to use.Apache Camel