| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.basic() |
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
static UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.undertow(String path)
Undertow (camel-undertow)
The undertow component provides HTTP and WebSocket based endpoints for
consuming and producing HTTP/WebSocket requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowBuilders.undertow(String path)
Undertow (camel-undertow)
The undertow component provides HTTP and WebSocket based endpoints
for consuming and producing HTTP/WebSocket requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder.useStreaming(boolean useStreaming)
For HTTP endpoint: if true , text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange ;
otherwise they will be passed as byte.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder.useStreaming(String useStreaming)
For HTTP endpoint: if true , text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange ;
otherwise they will be passed as byte.
|
Apache Camel