Uses of Interface
org.apache.camel.builder.endpoint.dsl.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
Packages that use PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
-
Uses of PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilderModifier and TypeMethodDescriptionPlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.advanced()PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.fileNameExtWhitelist(String fileNameExtWhitelist) A comma or whitespace separated list of file extensions.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter headers to and from Camel message.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter headers to and from Camel message.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(String platformHttpEngine) An HTTP Server engine implementation to serve the requests of this endpoint.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine platformHttpEngine) An HTTP Server engine implementation to serve the requests of this endpoint.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.returnHttpRequestHeaders(boolean returnHttpRequestHeaders) Whether to include HTTP request headers (Accept, User-Agent, etc.)PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.returnHttpRequestHeaders(String returnHttpRequestHeaders) Whether to include HTTP request headers (Accept, User-Agent, etc.)PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.useCookieHandler(boolean useCookieHandler) Whether to enable the Cookie Handler that allows Cookie addition, expiry, and retrieval (currently only supported by camel-platform-http-vertx).PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.useCookieHandler(String useCookieHandler) Whether to enable the Cookie Handler that allows Cookie addition, expiry, and retrieval (currently only supported by camel-platform-http-vertx).PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.useStreaming(boolean useStreaming) Whether to use streaming for large requests and responses (currently only supported by camel-platform-http-vertx).PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.useStreaming(String useStreaming) Whether to use streaming for large requests and responses (currently only supported by camel-platform-http-vertx).