Constant Field Values
Contents
org.apache.*
-
org.apache.camel.kafkaconnector.ahcwss.CamelAhcwssSinkConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SINK_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF"camel.component.ahc-wss.allowJavaSerializedObject"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC"Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_AUTOWIRED_ENABLED_CONF"camel.component.ahc-wss.autowiredEnabled"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_AUTOWIRED_ENABLED_DOC"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_BINDING_CONF"camel.component.ahc-wss.binding"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_BINDING_DOC"To use a custom AhcBinding which allows to control how to bind between AHC and Camel."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONF"camel.component.ahc-wss.client"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONFIG_CONF"camel.component.ahc-wss.clientConfig"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONFIG_DOC"To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_CLIENT_DOC"To use a custom AsyncHttpClient"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_HEADER_FILTER_STRATEGY_CONF"camel.component.ahc-wss.headerFilterStrategy"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_HEADER_FILTER_STRATEGY_DOC"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_LAZY_START_PRODUCER_CONF"camel.component.ahc-wss.lazyStartProducer"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_LAZY_START_PRODUCER_DOC"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF"camel.component.ahc-wss.sslContextParameters"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC"Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level."public static final StringCAMEL_SINK_AHCWSS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF"camel.component.ahc-wss.useGlobalSslContextParameters"public static final StringCAMEL_SINK_AHCWSS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC"Enable usage of global SSL context parameters."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BINDING_CONF"camel.sink.endpoint.binding"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BINDING_DOC"To use a custom AhcBinding which allows to control how to bind between AHC and Camel."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BRIDGE_ENDPOINT_CONF"camel.sink.endpoint.bridgeEndpoint"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BRIDGE_ENDPOINT_DOC"If the option is true, then the Exchange.HTTP_URI header is ignored, and use the endpoint\'s URI for request. You may also set the throwExceptionOnFailure to be false to let the AhcProducer send all the fault response back."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BUFFER_SIZE_CONF"camel.sink.endpoint.bufferSize"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_BUFFER_SIZE_DOC"The initial in-memory buffer size used when transferring data between Camel and AHC Client."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_CONF"camel.sink.endpoint.clientConfig"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_DOC"To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_OPTIONS_CONF"camel.sink.endpoint.clientConfigOptions"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_OPTIONS_DOC"To configure the AsyncHttpClientConfig using the key/values from the Map."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_REALM_OPTIONS_CONF"camel.sink.endpoint.clientConfigRealmOptions"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CLIENT_CONFIG_REALM_OPTIONS_DOC"To configure the AsyncHttpClientConfig Realm using the key/values from the Map."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CONNECTION_CLOSE_CONF"camel.sink.endpoint.connectionClose"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_CONNECTION_CLOSE_DOC"Define if the Connection Close header has to be added to HTTP Request. This parameter is false by default"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_COOKIE_HANDLER_CONF"camel.sink.endpoint.cookieHandler"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_COOKIE_HANDLER_DOC"Configure a cookie handler to maintain a HTTP session"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_HEADER_FILTER_STRATEGY_CONF"camel.sink.endpoint.headerFilterStrategy"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_HEADER_FILTER_STRATEGY_DOC"To use a custom HeaderFilterStrategy to filter header to and from Camel message."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_LAZY_START_PRODUCER_CONF"camel.sink.endpoint.lazyStartProducer"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_LAZY_START_PRODUCER_DOC"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF"camel.sink.endpoint.sslContextParameters"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC"Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_CONF"camel.sink.endpoint.throwExceptionOnFailure"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_DOC"Option to disable throwing the AhcOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardless of the HTTP status code."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_TRANSFER_EXCEPTION_CONF"camel.sink.endpoint.transferException"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_TRANSFER_EXCEPTION_DOC"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). On the producer side the exception will be deserialized and thrown as is, instead of the AhcOperationFailedException. The caused exception is required to be serialized. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk."public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_USE_STREAMING_CONF"camel.sink.endpoint.useStreaming"public static final StringCAMEL_SINK_AHCWSS_ENDPOINT_USE_STREAMING_DOC"To enable streaming to send data as multiple text fragments."public static final StringCAMEL_SINK_AHCWSS_PATH_HTTP_URI_CONF"camel.sink.path.httpUri"public static final StringCAMEL_SINK_AHCWSS_PATH_HTTP_URI_DOC"The URI to use such as http://hostname:port/path" -
org.apache.camel.kafkaconnector.ahcwss.CamelAhcwssSourceConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF"camel.component.ahc-wss.allowJavaSerializedObject"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC"Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_AUTOWIRED_ENABLED_CONF"camel.component.ahc-wss.autowiredEnabled"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_AUTOWIRED_ENABLED_DOC"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_BINDING_CONF"camel.component.ahc-wss.binding"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_BINDING_DOC"To use a custom AhcBinding which allows to control how to bind between AHC and Camel."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF"camel.component.ahc-wss.bridgeErrorHandler"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONF"camel.component.ahc-wss.client"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONFIG_CONF"camel.component.ahc-wss.clientConfig"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONFIG_DOC"To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_DOC"To use a custom AsyncHttpClient"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_HEADER_FILTER_STRATEGY_CONF"camel.component.ahc-wss.headerFilterStrategy"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_HEADER_FILTER_STRATEGY_DOC"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF"camel.component.ahc-wss.sslContextParameters"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC"Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level."public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF"camel.component.ahc-wss.useGlobalSslContextParameters"public static final StringCAMEL_SOURCE_AHCWSS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC"Enable usage of global SSL context parameters."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BINDING_CONF"camel.source.endpoint.binding"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BINDING_DOC"To use a custom AhcBinding which allows to control how to bind between AHC and Camel."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BRIDGE_ENDPOINT_CONF"camel.source.endpoint.bridgeEndpoint"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BRIDGE_ENDPOINT_DOC"If the option is true, then the Exchange.HTTP_URI header is ignored, and use the endpoint\'s URI for request. You may also set the throwExceptionOnFailure to be false to let the AhcProducer send all the fault response back."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF"camel.source.endpoint.bridgeErrorHandler"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BUFFER_SIZE_CONF"camel.source.endpoint.bufferSize"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_BUFFER_SIZE_DOC"The initial in-memory buffer size used when transferring data between Camel and AHC Client."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_CONF"camel.source.endpoint.clientConfig"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_DOC"To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_OPTIONS_CONF"camel.source.endpoint.clientConfigOptions"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_OPTIONS_DOC"To configure the AsyncHttpClientConfig using the key/values from the Map."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_REALM_OPTIONS_CONF"camel.source.endpoint.clientConfigRealmOptions"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_CLIENT_CONFIG_REALM_OPTIONS_DOC"To configure the AsyncHttpClientConfig Realm using the key/values from the Map."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_EXCEPTION_HANDLER_CONF"camel.source.endpoint.exceptionHandler"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_EXCEPTION_HANDLER_DOC"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_EXCHANGE_PATTERN_CONF"camel.source.endpoint.exchangePattern"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_EXCHANGE_PATTERN_DOC"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_HEADER_FILTER_STRATEGY_CONF"camel.source.endpoint.headerFilterStrategy"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_HEADER_FILTER_STRATEGY_DOC"To use a custom HeaderFilterStrategy to filter header to and from Camel message."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_SEND_MESSAGE_ON_ERROR_CONF"camel.source.endpoint.sendMessageOnError"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_SEND_MESSAGE_ON_ERROR_DOC"Whether to send an message if the web-socket listener received an error."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF"camel.source.endpoint.sslContextParameters"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC"Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_CONF"camel.source.endpoint.throwExceptionOnFailure"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_DOC"Option to disable throwing the AhcOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardless of the HTTP status code."public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_TRANSFER_EXCEPTION_CONF"camel.source.endpoint.transferException"public static final StringCAMEL_SOURCE_AHCWSS_ENDPOINT_TRANSFER_EXCEPTION_DOC"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). On the producer side the exception will be deserialized and thrown as is, instead of the AhcOperationFailedException. The caused exception is required to be serialized. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk."public static final StringCAMEL_SOURCE_AHCWSS_PATH_HTTP_URI_CONF"camel.source.path.httpUri"public static final StringCAMEL_SOURCE_AHCWSS_PATH_HTTP_URI_DOC"The URI to use such as http://hostname:port/path"