@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface NettyEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder
Advanced builder for endpoint for the Netty component.
|
static interface |
NettyEndpointBuilderFactory.AdvancedNettyEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Netty component.
|
static interface |
NettyEndpointBuilderFactory.AdvancedNettyEndpointProducerBuilder
Advanced builder for endpoint producers for the Netty component.
|
static interface |
NettyEndpointBuilderFactory.NettyBuilders |
static interface |
NettyEndpointBuilderFactory.NettyEndpointBuilder
Builder for endpoint for the Netty component.
|
static interface |
NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder
Builder for endpoint consumers for the Netty component.
|
static interface |
NettyEndpointBuilderFactory.NettyEndpointProducerBuilder
Builder for endpoint producers for the Netty component.
|
static class |
NettyEndpointBuilderFactory.TextLineDelimiter
Proxy enum for
org.apache.camel.component.netty.TextLineDelimiter enum. |
| Modifier and Type | Method and Description |
|---|---|
static NettyEndpointBuilderFactory.NettyEndpointBuilder |
netty(String path)
Netty (camel-netty)
Socket level networking using TCP or UDP with the Netty 4.x library.
|
static NettyEndpointBuilderFactory.NettyEndpointBuilder netty(String path)
netty:protocol:host:port
Path parameter: protocol (required)
The protocol to use which can be tcp or udp.
The value can be one of: tcp, udp
Path parameter: host (required)
The hostname. For the consumer the hostname is localhost or 0.0.0.0. For
the producer the hostname is the remote host to connect to
Path parameter: port (required)
The host port numberApache Camel