Uses of Interface
org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointBuilder
Packages that use UndertowEndpointBuilderFactory.UndertowEndpointBuilder
-
Uses of UndertowEndpointBuilderFactory.UndertowEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return UndertowEndpointBuilderFactory.UndertowEndpointBuilderModifier and TypeMethodDescriptionUndertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. -
Uses of UndertowEndpointBuilderFactory.UndertowEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return UndertowEndpointBuilderFactory.UndertowEndpointBuilderModifier and TypeMethodDescriptionUndertowEndpointBuilderFactory.UndertowEndpointBuilder.allowedRoles(String allowedRoles) Configuration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.basic()UndertowEndpointBuilderFactory.endpointBuilder(String componentName, String path) UndertowEndpointBuilderFactory.UndertowEndpointBuilder.securityConfiguration(Object securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.securityConfiguration(String securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.securityProvider(String securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.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.UndertowEndpointBuilder.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.