AHC Secure Websocket

AHC Secure Websocket

Scheme: ahc-wss
Name Kind Type Required Deprecated Default Value Enum Values Description
httpUri path java.net.URI true false
useStreaming parameter boolean false To enable streaming to send data as multiple text fragments.
clientConfig parameter com.ning.http.client.AsyncHttpClientConfig false
bridgeEndpoint parameter boolean false
throwExceptionOnFailure parameter boolean false true
transferException parameter boolean 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-wss consumer