Interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
All Known Subinterfaces:
UndertowEndpointBuilderFactory.UndertowEndpointBuilder
Enclosing interface:
UndertowEndpointBuilderFactory

public static interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Undertow component.
  • Method Details

    • advanced

    • useStreaming

      default 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. For WebSocket endpoint: if true, text and binary messages will be wrapped as java.io.Reader and java.io.InputStream respectively before they are passed to an Exchange; otherwise they will be passed as String and byte respectively. The option is a: <code>boolean</code> type. Default: false Group: common
      Parameters:
      useStreaming - the value to set
      Returns:
      the dsl builder
    • 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. For WebSocket endpoint: if true, text and binary messages will be wrapped as java.io.Reader and java.io.InputStream respectively before they are passed to an Exchange; otherwise they will be passed as String and byte respectively. The option will be converted to a <code>boolean</code> type. Default: false Group: common
      Parameters:
      useStreaming - the value to set
      Returns:
      the dsl builder
    • cookieHandler

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder cookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler)
      Configure a cookie handler to maintain a HTTP session. The option is a: <code>org.apache.camel.http.base.cookie.CookieHandler</code> type. Group: producer
      Parameters:
      cookieHandler - the value to set
      Returns:
      the dsl builder
    • cookieHandler

      Configure a cookie handler to maintain a HTTP session. The option will be converted to a <code>org.apache.camel.http.base.cookie.CookieHandler</code> type. Group: producer
      Parameters:
      cookieHandler - the value to set
      Returns:
      the dsl builder
    • keepAlive

      Setting to ensure socket is not closed due to inactivity. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      keepAlive - the value to set
      Returns:
      the dsl builder
    • keepAlive

      Setting to ensure socket is not closed due to inactivity. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      keepAlive - the value to set
      Returns:
      the dsl builder
    • options

      Sets additional channel options. The options that can be used are defined in org.xnio.Options. To configure from endpoint uri, then prefix each option with option., such as option.close-abort=true&amp;option.send-buffer=8192. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the options(String, Object) method to add a value (call the method multiple times to set more values). Group: producer
      Parameters:
      key - the option key
      value - the option value
      Returns:
      the dsl builder
    • options

      Sets additional channel options. The options that can be used are defined in org.xnio.Options. To configure from endpoint uri, then prefix each option with option., such as option.close-abort=true&amp;option.send-buffer=8192. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the options(String, Object) method to add a value (call the method multiple times to set more values). Group: producer
      Parameters:
      values - the values
      Returns:
      the dsl builder
    • preserveHostHeader

      default 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. The option is a: <code>boolean</code> type. Default: true Group: producer
      Parameters:
      preserveHostHeader - the value to set
      Returns:
      the dsl builder
    • preserveHostHeader

      default 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. The option will be converted to a <code>boolean</code> type. Default: true Group: producer
      Parameters:
      preserveHostHeader - the value to set
      Returns:
      the dsl builder
    • reuseAddresses

      Setting to facilitate socket multiplexing. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      reuseAddresses - the value to set
      Returns:
      the dsl builder
    • reuseAddresses

      Setting to facilitate socket multiplexing. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      reuseAddresses - the value to set
      Returns:
      the dsl builder
    • tcpNoDelay

      Setting to improve TCP protocol performance. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      tcpNoDelay - the value to set
      Returns:
      the dsl builder
    • tcpNoDelay

      Setting to improve TCP protocol performance. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      tcpNoDelay - the value to set
      Returns:
      the dsl builder
    • throwExceptionOnFailure

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder throwExceptionOnFailure(Boolean throwExceptionOnFailure)
      Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardless of the HTTP status code. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      throwExceptionOnFailure - the value to set
      Returns:
      the dsl builder
    • throwExceptionOnFailure

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder throwExceptionOnFailure(String throwExceptionOnFailure)
      Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardless of the HTTP status code. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: producer
      Parameters:
      throwExceptionOnFailure - the value to set
      Returns:
      the dsl builder
    • allowedRoles

      Configuration used by UndertowSecurityProvider. Comma separated list of allowed roles. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      allowedRoles - the value to set
      Returns:
      the dsl builder
    • securityConfiguration

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder securityConfiguration(Object securityConfiguration)
      OConfiguration used by UndertowSecurityProvider. Security configuration object for use from UndertowSecurityProvider. Configuration is UndertowSecurityProvider specific. Each provider decides whether accepts configuration. The option is a: <code>java.lang.Object</code> type. Group: security
      Parameters:
      securityConfiguration - the value to set
      Returns:
      the dsl builder
    • securityConfiguration

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder securityConfiguration(String securityConfiguration)
      OConfiguration used by UndertowSecurityProvider. Security configuration object for use from UndertowSecurityProvider. Configuration is UndertowSecurityProvider specific. Each provider decides whether accepts configuration. The option will be converted to a <code>java.lang.Object</code> type. Group: security
      Parameters:
      securityConfiguration - the value to set
      Returns:
      the dsl builder
    • securityProvider

      default 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. SPI approach could be used too (endpoint then finds security provider using SPI). The option is a: <code>org.apache.camel.component.undertow.spi.UndertowSecurityProvider</code> type. Group: security
      Parameters:
      securityProvider - the value to set
      Returns:
      the dsl builder
    • securityProvider

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder securityProvider(String securityProvider)
      Security provider allows plug in the provider, which will be used to secure requests. SPI approach could be used too (endpoint then finds security provider using SPI). The option will be converted to a <code>org.apache.camel.component.undertow.spi.UndertowSecurityProvider</code> type. Group: security
      Parameters:
      securityProvider - the value to set
      Returns:
      the dsl builder
    • sslContextParameters

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
      To configure security using SSLContextParameters. The option is a: <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security
      Parameters:
      sslContextParameters - the value to set
      Returns:
      the dsl builder
    • sslContextParameters

      default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder sslContextParameters(String sslContextParameters)
      To configure security using SSLContextParameters. The option will be converted to a <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security
      Parameters:
      sslContextParameters - the value to set
      Returns:
      the dsl builder
    • sendTimeout

      Timeout in milliseconds when sending to a websocket channel. The default timeout is 30000 (30 seconds). The option is a: <code>java.lang.Integer</code> type. Default: 30000 Group: websocket
      Parameters:
      sendTimeout - the value to set
      Returns:
      the dsl builder
    • sendTimeout

      Timeout in milliseconds when sending to a websocket channel. The default timeout is 30000 (30 seconds). The option will be converted to a <code>java.lang.Integer</code> type. Default: 30000 Group: websocket
      Parameters:
      sendTimeout - the value to set
      Returns:
      the dsl builder
    • sendToAll

      To send to all websocket subscribers. Can be used to configure on endpoint level, instead of having to use the UndertowConstants.SEND_TO_ALL header on the message. The option is a: <code>java.lang.Boolean</code> type. Group: websocket
      Parameters:
      sendToAll - the value to set
      Returns:
      the dsl builder
    • sendToAll

      To send to all websocket subscribers. Can be used to configure on endpoint level, instead of having to use the UndertowConstants.SEND_TO_ALL header on the message. The option will be converted to a <code>java.lang.Boolean</code> type. Group: websocket
      Parameters:
      sendToAll - the value to set
      Returns:
      the dsl builder