第 239 章 Netty 组件(已弃用)
作为 Camel 版本 2.3 可用
警告
此组件已弃用。您应使用 Netty4。
Camel 中的 netty 组件是一个基于 Netty 项目的套接字通信组件。
Netty 是一个 NIO 客户端服务器框架,可快速轻松地开发协议服务器和客户端等网络应用程序。
Netty 大大简化和简化 TCP 和 UDP 套接字服务器等网络编程。
此 camel 组件支持制作者和消费者端点。
Netty 组件具有多个选项,允许对多个 TCP/UDP 通信参数(buffer 大小、keepAlives、tcpNoDelay 等)进行精细控制,并促进 Camel 路由上仅限和非范围通信。
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-netty</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
239.1. URI 格式
netty 组件的 URI 方案如下
netty:tcp://0.0.0.0:99999[?options] netty:udp://remotehost:99999/[?options]
此组件支持 TCP 和 UDP 的生产者和消费者端点。
您可以使用以下格式在 URI 中附加查询选项 ?option=value&option=value&…