Uses of Interface
org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder
Packages that use UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder
-
Uses of UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder 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.UndertowEndpointConsumerBuilderModifier and TypeMethodDescriptionWhether or not the consumer should write access log.Whether or not the consumer should write access log.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.allowedRoles(String allowedRoles) Configuration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.basic()UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.fireWebSocketChannelEvents(boolean fireWebSocketChannelEvents) if true, the consumer will post notifications to the route when a new WebSocket peer connects, disconnects, etc.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.fireWebSocketChannelEvents(String fireWebSocketChannelEvents) if true, the consumer will post notifications to the route when a new WebSocket peer connects, disconnects, etc.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.httpMethodRestrict(String httpMethodRestrict) Used to only allow consuming if the HttpMethod matches, such as GET/POST/PUT etc.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.matchOnUriPrefix(Boolean matchOnUriPrefix) Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.matchOnUriPrefix(String matchOnUriPrefix) Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.muteException(Boolean muteException) If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.muteException(String muteException) If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.optionsEnabled(boolean optionsEnabled) Specifies whether to enable HTTP OPTIONS for this Servlet consumer.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.optionsEnabled(String optionsEnabled) Specifies whether to enable HTTP OPTIONS for this Servlet consumer.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.securityConfiguration(Object securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.securityConfiguration(String securityConfiguration) OConfiguration used by UndertowSecurityProvider.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.securityProvider(String securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider) Security provider allows plug in the provider, which will be used to secure requests.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.transferException(Boolean transferException) 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.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.transferException(String transferException) 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.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.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.UndertowEndpointConsumerBuilder.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.