第3章 AHC コンポーネント
Camel バージョン 2.8 から利用可能
ahc: component は、外部 HTTP リソース(HTTP を使用して外部サーバーを呼び出すためのクライアントとして)を使用するために HTTP ベースのエンドポイントを提供します。
コンポーネントは Async Http Client ライブラリーを使用します。
Maven ユーザーは、このコンポーネントの pom.xml
に以下の依存関係を追加する必要があります。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ahc</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
3.1. URI 形式
ahc:http://hostname[:port][/resourceUri][?options] ahc:https://hostname[:port][/resourceUri][?options]
デフォルトでは、HTTP にはポート 80 を使用し、HTTPS には 443 を使用します。
URI にクエリーオプションを追加するには、?option=value&option=value&…