Uses of Interface
org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder
Packages that use UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder
-
Uses of UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Undertow component.Methods in org.apache.camel.builder.endpoint.dsl that return UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderModifier and TypeMethodDescriptionUndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.allowedRoles(String allowedRoles) Configuration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.basic()UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.cookieHandler(String cookieHandler) Configure a cookie handler to maintain a HTTP session.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.cookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler) Configure a cookie handler to maintain a HTTP session.Setting to ensure socket is not closed due to inactivity.Setting to ensure socket is not closed due to inactivity.Sets additional channel options.Sets additional channel options.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.preserveHostHeader(boolean preserveHostHeader) If the option is true, UndertowProducer will set the Host header to the value contained in the current exchange Host header, useful in reverse proxy applications where you want the Host header received by the downstream server to reflect the URL called by the upstream client, this allows applications which use the Host header to generate accurate URL's for a proxied service.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.preserveHostHeader(String preserveHostHeader) If the option is true, UndertowProducer will set the Host header to the value contained in the current exchange Host header, useful in reverse proxy applications where you want the Host header received by the downstream server to reflect the URL called by the upstream client, this allows applications which use the Host header to generate accurate URL's for a proxied service.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.reuseAddresses(Boolean reuseAddresses) Setting to facilitate socket multiplexing.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.reuseAddresses(String reuseAddresses) Setting to facilitate socket multiplexing.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityConfiguration(Object securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityConfiguration(String securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityProvider(String securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendTimeout(Integer sendTimeout) Timeout in milliseconds when sending to a websocket channel.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendTimeout(String sendTimeout) Timeout in milliseconds when sending to a websocket channel.To send to all websocket subscribers.To send to all websocket subscribers.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.tcpNoDelay(Boolean tcpNoDelay) Setting to improve TCP protocol performance.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.tcpNoDelay(String tcpNoDelay) Setting to improve TCP protocol performance.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.throwExceptionOnFailure(Boolean throwExceptionOnFailure) Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.throwExceptionOnFailure(String throwExceptionOnFailure) Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.useStreaming(boolean useStreaming) For HTTP endpoint: if true, text and binary messages will be wrapped as java.io.InputStream before they are passed to an Exchange; otherwise they will be passed as byte.UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.useStreaming(String useStreaming) For HTTP endpoint: if true, text and binary messages will be wrapped as java.io.InputStream before they are passed to an Exchange; otherwise they will be passed as byte.