第 4 章 AHC Websocket 组件
从 Camel 版本 2.14 开始提供
ahc-ws 组件为通过 Websocket 与外部服务器通信的客户端提供基于 Websocket 的端点(作为打开 websocket 连接到外部服务器的客户端)。
组件使用 AHC 组件,该组件使用 Async Http Client 库。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ahc-ws</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
4.1. URI 格式
ahc-ws://hostname[:port][/resourceUri][?options] ahc-wss://hostname[:port][/resourceUri][?options]
默认情况下,将为 ahc-ws 和 443 使用端口 80 作为 ahc-wss。