ahc-ws endpoint

ahc-ws endpoint

Name Kind Type Required Deprecated Default Value Enum Values Description
httpUri path java.net.URI false
websocket parameter com.ning.http.client.ws.WebSocket false
useStreaming parameter boolean false @param useStreaming the useStreaming to set
clientConfig parameter com.ning.http.client.AsyncHttpClientConfig false
bridgeEndpoint parameter boolean false false
throwExceptionOnFailure parameter boolean false true
transferException parameter boolean false false
sslContextParameters parameter org.apache.camel.util.jsse.SSLContextParameters false
bufferSize parameter int false 4096
headerFilterStrategy parameter org.apache.camel.spi.HeaderFilterStrategy false
binding parameter org.apache.camel.component.ahc.AhcBinding false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

ahc-ws consumer