第4章 AHC Websocket コンポーネント
Camel バージョン 2.14 から利用可能
ahc-ws コンポーネントは、Websocket 経由で外部サーバーと通信するクライアント向けの Websocket ベースのエンドポイントを提供します(クライアントは外部サーバーへの Websocket 接続を開きます)。
コンポーネントは、 Async Http Client ライブラリーを使用する AHC コンポーネントを使用します。
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-wss にはポート 80 を使用し、ahc-wss には 443 を使用します。