| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
ComponentsBuilderFactory.nettyHttp()
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x library.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.configuration(org.apache.camel.component.netty.http.NettyHttpConfiguration configuration)
To use the NettyConfiguration as configuration when creating
endpoints.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.executorService(io.netty.util.concurrent.EventExecutorGroup executorService)
To use the given EventExecutorGroup.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
headers.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.maximumPoolSize(int maximumPoolSize)
Sets a maximum thread pool size for the netty consumer ordered thread
pool.
|
static NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.nettyHttp()
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x library.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.nettyHttpBinding(org.apache.camel.component.netty.http.NettyHttpBinding nettyHttpBinding)
To use a custom
org.apache.camel.component.netty.http.NettyHttpBinding for binding
to/from Netty and Camel Message API.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.securityConfiguration(org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration securityConfiguration)
Refers to a
org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
for configuring secure web resources.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel