Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

ACCEPT_CONTENT_TYPE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
acceptConfiguration(Object, String) - Method in interface org.apache.camel.component.undertow.spi.UndertowSecurityProvider
Initialization of securityProvider from configuration.
add(String, HttpHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelMethodHandler
 
add(String, CamelMethodHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
add(String, String, boolean, HttpHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
addConsumer(UndertowConsumer) - Method in class org.apache.camel.component.undertow.handlers.RestRootHandler
Adds the given consumer.
addExactPath(String, HttpHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
addHeader(BiConsumer<String, Object>, HttpServerExchange) - Method in interface org.apache.camel.component.undertow.spi.UndertowSecurityProvider
Provider can add headers into Camel's exchange.
addPrefixPath(String, HttpHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
AGGREGATED_COMPLETED_BY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATED_CORRELATION_KEY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATED_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATED_TIMEOUT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATION_COMPLETE_ALL_GROUPS - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATION_COMPLETE_ALL_GROUPS_INCLUSIVE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AGGREGATION_STRATEGY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
appendHeader(Map<String, Object>, String, Object) - Static method in class org.apache.camel.component.undertow.UndertowHelper
 
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.camel.component.undertow.UndertowRestHeaderFilterStrategy
 
ASYNC_WAIT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
authenticate(HttpServerExchange, List<String>) - Method in interface org.apache.camel.component.undertow.spi.UndertowSecurityProvider
Method to handle incoming request for security purposes.
AUTHENTICATION - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
AUTHENTICATION_FAILURE_POLICY_ID - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

B

BATCH_COMPLETE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BATCH_INDEX - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BATCH_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BEAN_METHOD_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BEAN_MULTI_PARAMETER_ARRAY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BINDING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
BREADCRUMB_ID - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

C

CamelMethodHandler - Class in org.apache.camel.component.undertow.handlers
A HttpHandler build a mapping between HTTP methods and handlers and dispatch requests along the map.
CamelPathHandler - Class in org.apache.camel.component.undertow.handlers
Extended PathHandler to monitor add/remove handlers.
CamelPathHandler(HttpHandler) - Constructor for class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
CamelPathTemplateHandler - Class in org.apache.camel.component.undertow.handlers
Extended PathTemplateHandler to monitor add/remove handlers.
CamelPathTemplateHandler(CamelMethodHandler) - Constructor for class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
CamelRootHandler - Class in org.apache.camel.component.undertow.handlers
Custom root handler to enable hot swapping individual handlers assigned for each path template and/or HTTP method.
CamelRootHandler(HttpHandler) - Constructor for class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
CamelUndertowHttpHandler - Interface in org.apache.camel.component.undertow
 
CamelWebSocketHandler - Class in org.apache.camel.component.undertow.handlers
An HttpHandler that delegates to WebSocketProtocolHandshakeHandler and provides some wiring to connect UndertowConsumer with UndertowProducer.
CamelWebSocketHandler() - Constructor for class org.apache.camel.component.undertow.handlers.CamelWebSocketHandler
 
CHANNEL - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
CHARSET_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
closedBeforeSent(WebSocketChannel) - Method in interface org.apache.camel.component.undertow.handlers.ExtendedWebSocketCallback
 
computeAllowedRoles() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.undertow.UndertowComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpointConfigurer
 
CONNECTION_KEY - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
CONNECTION_KEY_LIST - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
consumers() - Method in class org.apache.camel.component.undertow.handlers.RestRootHandler
Number of active consumers
CONTENT_ENCODING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
CONTENT_LENGTH - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
CONTENT_TYPE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
CORRELATION_ID - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
createApiConsumer(CamelContext, Processor, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createConsumer(CamelContext, Processor, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createConsumer(Processor) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
CREATED_TIMESTAMP - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createEndpointInstance(URI, UndertowComponent) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createExchange(HttpServerExchange) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
createMethod(Exchange, UndertowEndpoint, boolean) - Static method in class org.apache.camel.component.undertow.UndertowHelper
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
createPollingConsumer() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
createProducer(CamelContext, String, String, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createProducer() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
createUndertowHost(UndertowHostKey) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
createURI(Exchange, String, UndertowEndpoint) - Static method in class org.apache.camel.component.undertow.UndertowHelper
Creates the URI to invoke.
createURL(Exchange, UndertowEndpoint) - Static method in class org.apache.camel.component.undertow.UndertowHelper
Creates the URL to invoke.

D

DATASET_INDEX - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
DEFAULT_CHARSET_PROPERTY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
DefaultUndertowHost - Class in org.apache.camel.component.undertow
The default UndertowHost which manages standalone Undertow server.
DefaultUndertowHost(UndertowHostKey) - Constructor for class org.apache.camel.component.undertow.DefaultUndertowHost
 
DefaultUndertowHost(UndertowHostKey, UndertowHostOptions) - Constructor for class org.apache.camel.component.undertow.DefaultUndertowHost
 
DefaultUndertowHttpBinding - Class in org.apache.camel.component.undertow
DefaultUndertowHttpBinding represent binding used by default, if user doesn't provide any.
DefaultUndertowHttpBinding() - Constructor for class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
DefaultUndertowHttpBinding(boolean) - Constructor for class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
DefaultUndertowHttpBinding(HeaderFilterStrategy, Boolean, Boolean) - Constructor for class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
DESTINATION_OVERRIDE_URL - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
DISABLE_HTTP_STREAM_CACHE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
doBuildCamelEndpointUri(String, Integer, String, String) - Method in class org.apache.camel.component.undertow.cloud.UndertowServiceExpression
 
DOCUMENT_BUILDER_FACTORY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
doInit() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
doInit() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
doResume() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
doStart() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
doStart() - Method in class org.apache.camel.component.undertow.UndertowProducer
 
doStop() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
doStop() - Method in class org.apache.camel.component.undertow.UndertowProducer
 
doSuspend() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
DUPLICATE_MESSAGE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

E

equals(Object) - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
equals(Object) - Method in class org.apache.camel.component.undertow.UndertowHostKey
 
ERRORHANDLER_HANDLED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
EVALUATE_EXPRESSION_RESULT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
EVENT_TYPE - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
EVENT_TYPE_ENUM - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
EXCEPTION_CAUGHT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
EXCEPTION_HANDLED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
EXCHANGE - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
ExchangeHeaders - Class in org.apache.camel.component.undertow
Copy of Exchange headers fields, to return them as HttpString for Undertow
ExtendedWebSocketCallback - Interface in org.apache.camel.component.undertow.handlers
An extension of WebSocketCallback that adds a notification for the situation when a WebSocketChannel is closed before any message could be sent to it.
EXTERNAL_REDELIVERED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
Deprecated.

F

FAILURE_ENDPOINT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FAILURE_HANDLED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FAILURE_ROUTE_ID - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_LAST_MODIFIED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_LENGTH - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_LOCAL_WORK_PATH - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_LOCK_FILE_ACQUIRED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_LOCK_FILE_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_NAME_CONSUMED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_NAME_ONLY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_NAME_PRODUCED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_PARENT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILE_PATH - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILTER_MATCHED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
FILTER_NON_XML_CHARS - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

G

get(String) - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
getAccessLog() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getAccessLogReceiver() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getAllOptions(Object) - Method in class org.apache.camel.component.undertow.UndertowComponentConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.component.undertow.UndertowEndpointConfigurer
 
getAllowedRoles() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getAllowedRoles() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getBufferSize() - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
getCode() - Method in enum org.apache.camel.component.undertow.UndertowConstants.EventType
 
getComponent() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getComponentName() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getConsumer() - Method in class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
getConsumerPath() - Method in class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
getCookieHandler() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getDefault() - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
getDirectBuffers() - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
getEndpoint() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
getEndpoint() - Method in class org.apache.camel.component.undertow.UndertowProducer
 
getHandler(String) - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
getHandlers() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getHandlers() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getHost() - Method in class org.apache.camel.component.undertow.UndertowHostKey
 
getHostOptions() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getHttp2Enabled() - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
getHttpHandlerRegistrationInfo() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getHttpMethodRestrict() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getHttpURI() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getIoThreads() - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
getKeepAlive() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getMatchOnUriPrefix() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getMethodRestrict() - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
getMuteException() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getOptions() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.undertow.UndertowComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpointConfigurer
 
getPort() - Method in class org.apache.camel.component.undertow.UndertowHostKey
 
getRestrictMethod() - Method in class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
getReuseAddresses() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSecurityConfiguration() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getSecurityConfiguration() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSecurityProvider() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getSecurityProvider() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSendTimeout() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSendToAll() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getServiceProperties() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSslContext() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getSslContext() - Method in class org.apache.camel.component.undertow.UndertowHostKey
 
getSslContextParameters() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getSslContextParameters() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getTcpNoDelay() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getThrowExceptionOnFailure() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getTransferException() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getUndertowHttpBinding() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getUndertowHttpBinding() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getUri() - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
getVerifier() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
getWebSocketHttpHandler() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
getWorkerThreads() - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
GROUPED_EXCHANGE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

H

handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.CamelMethodHandler
 
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.CamelWebSocketHandler
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.NotFoundHandler
 
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.handlers.RestRootHandler
 
handleRequest(HttpServerExchange) - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
hashCode() - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
hashCode() - Method in class org.apache.camel.component.undertow.UndertowHostKey
 
HTTP_BASE_URI - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_CHARACTER_ENCODING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_CHUNKED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_METHOD - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_PATH - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_PROTOCOL_VERSION - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_QUERY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_RAW_QUERY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_RESPONSE_CODE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_SERVLET_REQUEST - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_SERVLET_RESPONSE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_URI - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HTTP_URL - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
HttpHandlerRegistrationInfo - Class in org.apache.camel.component.undertow
 
HttpHandlerRegistrationInfo(URI, String, Boolean) - Constructor for class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
HttpSendDynamicAware - Class in org.apache.camel.component.undertow
 
HttpSendDynamicAware() - Constructor for class org.apache.camel.component.undertow.HttpSendDynamicAware
 

I

init(int) - Method in class org.apache.camel.component.undertow.handlers.RestRootHandler
Initializes this handler with the given port.
initialize() - Method in class org.apache.camel.component.undertow.UndertowHeaderFilterStrategy
 
INTERCEPT_SEND_TO_ENDPOINT_WHEN_MATCHED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
INTERCEPTED_ENDPOINT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
isEmpty() - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
isEmpty() - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
isEmpty() - Method in class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
isFireWebSocketChannelEvents() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isMuteException() - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
isMuteException() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
isOptionsEnabled() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isPreserveHostHeader() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isRest() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
isSuspended() - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
isTransferException() - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.undertow.UndertowComponent
 
isUseStreaming() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
isWebSocket() - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 

L

LANGUAGE_SCRIPT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
LOG_DEBUG_BODY_MAX_CHARS - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
LOG_DEBUG_BODY_STREAMS - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
LOOP_INDEX - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
LOOP_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

M

makeHttpURI(String) - Static method in class org.apache.camel.component.undertow.UndertowHelper
 
makeHttpURI(URI) - Static method in class org.apache.camel.component.undertow.UndertowHelper
 
MAXIMUM_CACHE_POOL_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
MAXIMUM_ENDPOINT_CACHE_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
MESSAGE_HISTORY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
MULTICAST_COMPLETE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
MULTICAST_INDEX - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

N

newInstance(CamelContext) - Method in class org.apache.camel.component.undertow.cloud.UndertowServiceExpressionFactory
 
NotFoundHandler - Class in org.apache.camel.component.undertow.handlers
Custom handler to inform client that no matching path was found
NotFoundHandler() - Constructor for class org.apache.camel.component.undertow.handlers.NotFoundHandler
 

O

ofCode(int) - Static method in enum org.apache.camel.component.undertow.UndertowConstants.EventType
 
ON_COMPLETION - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
org.apache.camel.component.undertow - package org.apache.camel.component.undertow
 
org.apache.camel.component.undertow.cloud - package org.apache.camel.component.undertow.cloud
 
org.apache.camel.component.undertow.handlers - package org.apache.camel.component.undertow.handlers
 
org.apache.camel.component.undertow.spi - package org.apache.camel.component.undertow.spi
 
OVERRULE_FILE_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

P

PARENT_UNIT_OF_WORK - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
populateCamelHeaders(HttpServerExchange, Map<String, Object>, Exchange) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
populateCamelHeaders(ClientResponse, Map<String, Object>, Exchange) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
populateCamelHeaders(HttpServerExchange, Map<String, Object>, Exchange) - Method in class org.apache.camel.component.undertow.RestUndertowHttpBinding
 
populateCamelHeaders(HttpServerExchange, Map<String, Object>, Exchange) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
populateCamelHeaders(ClientResponse, Map<String, Object>, Exchange) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.undertow.UndertowProducer
 

R

RECEIVED_TIMESTAMP - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
RECIPIENT_LIST_ENDPOINT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
REDELIVERED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
REDELIVERY_COUNTER - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
REDELIVERY_DELAY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
REDELIVERY_EXHAUSTED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
REDELIVERY_MAX_COUNTER - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
registerEndpoint(UndertowConsumer, HttpHandlerRegistrationInfo, SSLContext, HttpHandler) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
registerHandler(UndertowConsumer, HttpHandlerRegistrationInfo, HttpHandler) - Method in class org.apache.camel.component.undertow.DefaultUndertowHost
 
registerHandler(UndertowConsumer, HttpHandlerRegistrationInfo, HttpHandler) - Method in interface org.apache.camel.component.undertow.UndertowHost
Register a handler with the given HttpHandlerRegistrationInfo.
remove(String) - Method in class org.apache.camel.component.undertow.handlers.CamelMethodHandler
 
remove(String) - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
remove(String, String, boolean) - Method in class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
removeConsumer(UndertowConsumer) - Method in class org.apache.camel.component.undertow.handlers.RestRootHandler
Removes the given consumer
removeExactPath(String) - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
removePrefixPath(String) - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
requireServletContext() - Method in interface org.apache.camel.component.undertow.spi.UndertowSecurityProvider
Security provider may need for its functionality also working servlet context.
RestConsumerPath - Class in org.apache.camel.component.undertow.handlers
 
RestConsumerPath(UndertowConsumer) - Constructor for class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
RestRootHandler - Class in org.apache.camel.component.undertow.handlers
Root handler for Camel rest-dsl.
RestRootHandler() - Constructor for class org.apache.camel.component.undertow.handlers.RestRootHandler
 
RestUndertowHttpBinding - Class in org.apache.camel.component.undertow
 
RestUndertowHttpBinding() - Constructor for class org.apache.camel.component.undertow.RestUndertowHttpBinding
 
RestUndertowHttpBinding(boolean) - Constructor for class org.apache.camel.component.undertow.RestUndertowHttpBinding
 
ROLLBACK_ONLY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
ROLLBACK_ONLY_LAST - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
ROUTE_STOP - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

S

SAXPARSER_FACTORY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
send(Predicate<WebSocketChannel>, Object, int, Exchange, AsyncCallback) - Method in class org.apache.camel.component.undertow.handlers.CamelWebSocketHandler
Send the given message to one or more channels selected using the given peerFilter within the given timeout and report the outcome to the given camelExchange and camelCallback.
SEND_TO_ALL - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
sendEventNotification(String, WebSocketHttpExchange, WebSocketChannel, UndertowConstants.EventType) - Method in class org.apache.camel.component.undertow.UndertowConsumer
Send a notification related a WebSocket peer.
sendMessage(String, WebSocketChannel, Object) - Method in class org.apache.camel.component.undertow.UndertowConsumer
Create an Exchange from the associated UndertowEndpoint and set the in Message's body to the given message and UndertowConstants.CONNECTION_KEY header to the given connectionKey.
setAccessLog(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Whether or not the consumer should write access log
setAccessLogReceiver(AccessLogReceiver) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Which Undertow AccessLogReciever should be used Will use JBossLoggingAccessLogReceiver if not specifid
setAllowedRoles(String) - Method in class org.apache.camel.component.undertow.UndertowComponent
Configuration used by UndertowSecurityProvider.
setAllowedRoles(String) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
setBufferSize(Integer) - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
setConsumer(UndertowConsumer) - Method in class org.apache.camel.component.undertow.handlers.CamelWebSocketHandler
 
setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Configure a cookie handler to maintain a HTTP session
setDefault(CamelMethodHandler) - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
setDirectBuffers(Boolean) - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
setFireWebSocketChannelEvents(boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
if true, the consumer will post notifications to the route when a new WebSocket peer connects, disconnects, etc.
setHandlers(String) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Specifies a comma-delimited set of io.undertow.server.HttpHandler instances in your Registry (such as your Spring ApplicationContext).
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
setHostOptions(UndertowHostOptions) - Method in class org.apache.camel.component.undertow.UndertowComponent
To configure common options, such as thread pools
setHttp2Enabled(Boolean) - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
setHttpMethodRestrict(String) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Used to only allow consuming if the HttpMethod matches, such as GET/POST/PUT etc.
setHttpURI(URI) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
The url of the HTTP endpoint to use.
setIoThreads(Integer) - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
setKeepAlive(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Setting to ensure socket is not closed due to inactivity
setMatchOnUriPrefix(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.
setMuteException(Boolean) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
setMuteException(boolean) - Method in class org.apache.camel.component.undertow.UndertowComponent
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
setMuteException(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
setMuteException(Boolean) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
setNext(HttpHandler) - Method in interface org.apache.camel.component.undertow.CamelUndertowHttpHandler
 
setOptions(Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Sets additional channel options.
setOptionsEnabled(boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
setPreserveHostHeader(boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
setRest(boolean) - Method in class org.apache.camel.component.undertow.UndertowConsumer
 
setReuseAddresses(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Setting to facilitate socket multiplexing
setSecurityConfiguration(Object) - Method in class org.apache.camel.component.undertow.UndertowComponent
Configuration used by UndertowSecurityProvider.
setSecurityConfiguration(Object) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
setSecurityProvider(UndertowSecurityProvider) - Method in class org.apache.camel.component.undertow.UndertowComponent
Security provider allows plug in the provider, which will be used to secure requests.
setSecurityProvider(UndertowSecurityProvider) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
 
setSendTimeout(Integer) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Timeout in milliseconds when sending to a websocket channel.
setSendToAll(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
To send to all websocket subscribers.
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.undertow.UndertowComponent
To configure security using SSLContextParameters
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
To configure security using SSLContextParameters
setTcpNoDelay(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Setting to improve TCP protocol performance
setThrowExceptionOnFailure(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.
setTransferException(Boolean) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
setTransferException(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
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.
setTransferException(Boolean) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
setUndertowHttpBinding(UndertowHttpBinding) - Method in class org.apache.camel.component.undertow.UndertowComponent
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
setUndertowHttpBinding(UndertowHttpBinding) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.undertow.UndertowComponent
Enable usage of global SSL context parameters.
setUseStreaming(boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
For HTTP endpoint: if true, text and binary messages will be wrapped as InputStream before they are passed to an Exchange; otherwise they will be passed as byte[].
setWorkerThreads(Integer) - Method in class org.apache.camel.component.undertow.UndertowHostOptions
 
SKIP_GZIP_ENCODING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SKIP_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SLIP_ENDPOINT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SOAP_ACTION - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SPLIT_COMPLETE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SPLIT_INDEX - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
SPLIT_SIZE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

T

TIMER_COUNTER - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TIMER_FIRED_TIME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TIMER_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TIMER_PERIOD - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TIMER_TIME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TO_ENDPOINT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
toCamelMessage(HttpServerExchange, Exchange) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
toCamelMessage(ClientExchange, Exchange) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
toCamelMessage(HttpServerExchange, Exchange) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
toCamelMessage(ClientExchange, Exchange) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
toHttpRequest(ClientRequest, Message) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
toHttpRequest(ClientRequest, Message) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
toHttpResponse(HttpServerExchange, Message) - Method in class org.apache.camel.component.undertow.DefaultUndertowHttpBinding
 
toHttpResponse(HttpServerExchange, Message) - Method in interface org.apache.camel.component.undertow.UndertowHttpBinding
 
toString() - Method in class org.apache.camel.component.undertow.DefaultUndertowHost
 
toString() - Method in class org.apache.camel.component.undertow.handlers.CamelMethodHandler
 
toString() - Method in class org.apache.camel.component.undertow.handlers.CamelPathHandler
 
toString() - Method in class org.apache.camel.component.undertow.handlers.CamelPathTemplateHandler
 
toString() - Method in class org.apache.camel.component.undertow.handlers.CamelRootHandler
 
toString() - Method in class org.apache.camel.component.undertow.handlers.RestConsumerPath
 
toString() - Method in class org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
 
TRACE_EVENT - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TRACE_EVENT_EXCHANGE - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TRACE_EVENT_NODE_ID - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TRACE_EVENT_TIMESTAMP - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TRANSFER_ENCODING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
TRY_ROUTE_BLOCK - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 

U

UndertowComponent - Class in org.apache.camel.component.undertow
Represents the component that manages UndertowEndpoint.
UndertowComponent() - Constructor for class org.apache.camel.component.undertow.UndertowComponent
 
UndertowComponent(CamelContext) - Constructor for class org.apache.camel.component.undertow.UndertowComponent
 
UndertowComponentConfigurer - Class in org.apache.camel.component.undertow
Generated by camel build tools - do NOT edit this file!
UndertowComponentConfigurer() - Constructor for class org.apache.camel.component.undertow.UndertowComponentConfigurer
 
UndertowComponentVerifierExtension - Class in org.apache.camel.component.undertow
 
UndertowConstants - Class in org.apache.camel.component.undertow
 
UndertowConstants.EventType - Enum in org.apache.camel.component.undertow
WebSocket peers related events the UndertowConsumer sends to the Camel route.
UndertowConsumer - Class in org.apache.camel.component.undertow
The Undertow consumer which is also an Undertow HttpHandler implementation to handle incoming request.
UndertowConsumer(UndertowEndpoint, Processor) - Constructor for class org.apache.camel.component.undertow.UndertowConsumer
 
UndertowEndpoint - Class in org.apache.camel.component.undertow
Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.
UndertowEndpoint(String, UndertowComponent) - Constructor for class org.apache.camel.component.undertow.UndertowEndpoint
 
UndertowEndpointConfigurer - Class in org.apache.camel.component.undertow
Generated by camel build tools - do NOT edit this file!
UndertowEndpointConfigurer() - Constructor for class org.apache.camel.component.undertow.UndertowEndpointConfigurer
 
UndertowHeaderFilterStrategy - Class in org.apache.camel.component.undertow
 
UndertowHeaderFilterStrategy() - Constructor for class org.apache.camel.component.undertow.UndertowHeaderFilterStrategy
 
UndertowHelper - Class in org.apache.camel.component.undertow
Helper class for useful methods used all over the component
UndertowHost - Interface in org.apache.camel.component.undertow
An undertow host abstraction
UndertowHostKey - Class in org.apache.camel.component.undertow
The key to identify an Undertow host.
UndertowHostKey(String, int, SSLContext) - Constructor for class org.apache.camel.component.undertow.UndertowHostKey
 
UndertowHostOptions - Class in org.apache.camel.component.undertow
Options to configure an Undertow host.
UndertowHostOptions() - Constructor for class org.apache.camel.component.undertow.UndertowHostOptions
 
UndertowHttpBinding - Interface in org.apache.camel.component.undertow
Interface to define custom binding for the component
UndertowProducer - Class in org.apache.camel.component.undertow
The Undertow producer.
UndertowProducer(UndertowEndpoint, OptionMap) - Constructor for class org.apache.camel.component.undertow.UndertowProducer
 
UndertowRestHeaderFilterStrategy - Class in org.apache.camel.component.undertow
 
UndertowRestHeaderFilterStrategy(String, String) - Constructor for class org.apache.camel.component.undertow.UndertowRestHeaderFilterStrategy
 
UndertowSecurityProvider - Interface in org.apache.camel.component.undertow.spi
SPI interface.
UndertowServiceExpression - Class in org.apache.camel.component.undertow.cloud
 
UndertowServiceExpression() - Constructor for class org.apache.camel.component.undertow.cloud.UndertowServiceExpression
 
UndertowServiceExpression(String, String) - Constructor for class org.apache.camel.component.undertow.cloud.UndertowServiceExpression
 
UndertowServiceExpressionFactory - Class in org.apache.camel.component.undertow.cloud
 
UndertowServiceExpressionFactory() - Constructor for class org.apache.camel.component.undertow.cloud.UndertowServiceExpressionFactory
 
UNIT_OF_WORK_EXHAUSTED - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
UNIT_OF_WORK_PROCESS_SYNC - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
Deprecated.
UNIT_OF_WORK_PROCESS_SYNC is not in use and will be removed in future Camel release
unregisterEndpoint(UndertowConsumer, HttpHandlerRegistrationInfo, SSLContext) - Method in class org.apache.camel.component.undertow.UndertowComponent
 
unregisterHandler(UndertowConsumer, HttpHandlerRegistrationInfo) - Method in class org.apache.camel.component.undertow.DefaultUndertowHost
 
unregisterHandler(UndertowConsumer, HttpHandlerRegistrationInfo) - Method in interface org.apache.camel.component.undertow.UndertowHost
Unregister a handler with the given HttpHandlerRegistrationInfo.

V

validateEndpointURI(URI) - Method in class org.apache.camel.component.undertow.DefaultUndertowHost
 
validateEndpointURI(URI) - Method in interface org.apache.camel.component.undertow.UndertowHost
Validate whether this host can process the given URI
valueOf(String) - Static method in enum org.apache.camel.component.undertow.UndertowConstants.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.undertow.UndertowConstants.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.undertow.UndertowComponentVerifierExtension
 

W

wrapHttpHandler(HttpHandler) - Method in interface org.apache.camel.component.undertow.spi.UndertowSecurityProvider
SecurityProvider may change instance of undertow httpHandler during endpoint registration.
WS_PROTOCOL - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 
WSS_PROTOCOL - Static variable in class org.apache.camel.component.undertow.UndertowConstants
 

X

XSLT_ERROR - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
XSLT_FATAL_ERROR - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
XSLT_FILE_NAME - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
XSLT_WARNING - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Apache Camel