public static interface NettyEndpointBuilderFactory.NettyBuilders
| Modifier and Type | Method and Description |
|---|---|
default NettyEndpointBuilderFactory.NettyEndpointBuilder |
netty(String path)
Netty (camel-netty)
Socket level networking using TCP or UDP with the Netty 4.x library.
|
default 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