- SAXPARSER_FACTORY - Static variable in class org.apache.camel.component.undertow.ExchangeHeaders
-
- 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
-
- setHost(String) - Method in class org.apache.camel.component.undertow.UndertowRegistry
-
- 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.
- 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.
- 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.
- setPort(int) - Method in class org.apache.camel.component.undertow.UndertowRegistry
-
- setReuseAddresses(Boolean) - Method in class org.apache.camel.component.undertow.UndertowEndpoint
-
Setting to facilitate socket multiplexing
- setServer(Undertow) - Method in class org.apache.camel.component.undertow.UndertowRegistry
-
- setSslContext(SSLContext) - Method in class org.apache.camel.component.undertow.UndertowRegistry
-
- 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
-
If the option is true, HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's URI for request.
- setTransferException(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.
- 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.
- 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
-
- startServer(UndertowConsumer) - Method in class org.apache.camel.component.undertow.UndertowComponent
-