default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsBuilders.ahcWs(String path) |
Async HTTP Client (AHC) Websocket (camel-ahc-ws)
Exchange data with external Websocket servers using Async Http
Client.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsBuilders.ahcWs(String componentName,
String path) |
Async HTTP Client (AHC) Websocket (camel-ahc-ws)
Exchange data with external Websocket servers using Async Http
Client.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsBuilders.ahcWss(String path) |
Async HTTP Client (AHC) Secure Websocket (Secure) (camel-ahc-ws)
Exchange data with external Websocket servers using Async Http
Client.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointBuilder.basic() |
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.bridgeEndpoint(boolean bridgeEndpoint) |
If the option is true, then the Exchange.HTTP_URI header is ignored,
and use the endpoint's URI for request.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.bridgeEndpoint(String bridgeEndpoint) |
If the option is true, then the Exchange.HTTP_URI header is ignored,
and use the endpoint's URI for request.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.bufferSize(int bufferSize) |
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.bufferSize(String bufferSize) |
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
static WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.sslContextParameters(Object sslContextParameters) |
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.sslContextParameters(String sslContextParameters) |
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.throwExceptionOnFailure(boolean throwExceptionOnFailure) |
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.throwExceptionOnFailure(String throwExceptionOnFailure) |
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.transferException(boolean transferException) |
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type (for example
using Jetty or Servlet Camel components).
|
default WsEndpointBuilderFactory.WsEndpointBuilder |
WsEndpointBuilderFactory.WsEndpointBuilder.transferException(String transferException) |
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type (for example
using Jetty or Servlet Camel components).
|