| Name | Kind | Group | Required | Default | Type | Enum | Description |
|---|---|---|---|---|---|---|---|
| httpUri | path | common | true | java.net.URI | |||
| binding | parameter | common | org.apache.camel.component.ahc.AhcBinding | ||||
| bridgeEndpoint | parameter | common | boolean | ||||
| bufferSize | parameter | common | 4096 | int | |||
| clientConfig | parameter | common | com.ning.http.client.AsyncHttpClientConfig | ||||
| headerFilterStrategy | parameter | common | org.apache.camel.spi.HeaderFilterStrategy | ||||
| sslContextParameters | parameter | common | org.apache.camel.util.jsse.SSLContextParameters | ||||
| throwExceptionOnFailure | parameter | common | true | boolean | |||
| transferException | parameter | common | boolean | ||||
| useStreaming | parameter | common | boolean | To enable streaming to send data as multiple text fragments. | |||
| exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
| synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |