- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.http.common.CamelServlet
-
- ServletResolveConsumerStrategy - Interface in org.apache.camel.http.common
-
Strategy to resolve which consumer to service an incoming HttpServletRequest
.
- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setAllowJavaSerializedObject(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object
This is by default turned off.
- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object
This is by default turned off.
- setAsync(boolean) - Method in class org.apache.camel.http.common.CamelServlet
-
- setAsync(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the consumer will work in async mode
- setAuthDomain(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication domain to use with NTML
- setAuthDomain(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication domain to use with NTML
- setAuthHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication host to use with NTML
- setAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication host to use with NTML
- setAuthMethod(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.
- setAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Which authentication method to prioritize to use, either as Basic, Digest or NTLM.
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Which authentication method to prioritize to use, either as Basic, Digest or NTLM.
- setAuthPassword(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication password
- setAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication password
- setAuthUsername(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication username
- setAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication username
- setBinding(HttpBinding) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
- setBridgeEndpoint(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If the option is true, HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's URI for request.
- setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
-
- setChunked(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is false Servlet will disable the HTTP streaming and set the content-length header on the response
- setConnectionClose(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the producer will add a Connection Close header to HTTP Request
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Configure a cookie handler to maintain a HTTP session
- setCookiePolicy(CookiePolicy) - Method in interface org.apache.camel.http.common.cookie.CookieHandler
-
Define a CookiePolicy for cookies stored by this CookieHandler
- setCookiePolicy(CookiePolicy) - Method in class org.apache.camel.http.common.cookie.ExchangeCookieHandler
-
- setCookiePolicy(CookiePolicy) - Method in class org.apache.camel.http.common.cookie.InstanceCookieHandler
-
- setCopyHeaders(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
- setDisableStreamCache(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Determines whether or not the raw input stream from Servlet is cached or not
(Camel will read the stream into a in memory/overflow to file, Stream caching) cache.
- setEagerCheckContentAvailable(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setEagerCheckContentAvailable(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.
- setEagerCheckContentAvailable(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.
- setFileTypeMap(FileTypeMap) - Method in class org.apache.camel.http.common.CamelFileDataSource
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.http.common.HttpBinding
-
Sets the header filter strategy to use.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
- setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
To use the shared HttpConfiguration as base configuration.
- setHttpMethod(HttpMethods) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Configure the HTTP method to use.
- setHttpMethodRestrict(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Used to only allow consuming if the HttpMethod matches, such as GET/POST/PUT etc.
- setHttpUri(URI) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
The url of the HTTP endpoint to call.
- setIgnoreResponseBody(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, The http producer won't read response body and cache the input stream.
- setMapHttpMessageBody(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setMapHttpMessageBody(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Body HTTP mapping
This is by default turned on.
- setMapHttpMessageBody(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the IN exchange body will be mapped to HTTP
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Form URL Encoded Body HTTP mapping
This is by default turned on.
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true then IN exchange Form Encoded body will be mapped to HTTP
- setMapHttpMessageHeaders(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setMapHttpMessageHeaders(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Headers HTTP mapping
This is by default turned on.
- setMapHttpMessageHeaders(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the IN exchange headers will be mapped to HTTP Headers
- setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.
- setOkStatusCodeRange(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
The status codes which is considered a success response.
- setOptionsEnabled(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
- setOptionsEnabled(boolean) - Method in class org.apache.camel.http.common.HttpConsumer
-
- setPreserveHostHeader(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If the option is true, HttpProducer 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
- setProxyAuthDomain(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication domain to use with NTML
- setProxyAuthDomain(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication domain to use with NTML
- setProxyAuthHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication host to use with NTML
- setProxyAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication host
- setProxyAuthMethod(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication method to use
- setProxyAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication method to use
- setProxyAuthPassword(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication password
- setProxyAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication password
- setProxyAuthPort(int) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication port
- setProxyAuthPort(int) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication port
- setProxyAuthScheme(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication scheme to use
- setProxyAuthScheme(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication scheme to use
- setProxyAuthUsername(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication username
- setProxyAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication username
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy hostname to use
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy hostname to use
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy port to use
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy port to use
- setResponseBufferSize(Integer) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
To use a custom buffer size on the javax.servlet.ServletResponse.
- setServletName(String) - Method in class org.apache.camel.http.common.CamelServlet
-
- setServletResolveConsumerStrategy(ServletResolveConsumerStrategy) - Method in class org.apache.camel.http.common.CamelServlet
-
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.
- setTraceEnabled(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Specifies whether to enable HTTP TRACE for this Servlet consumer.
- setTraceEnabled(boolean) - Method in class org.apache.camel.http.common.HttpConsumer
-
- setTransferException(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setTransferException(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
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 (for example using Jetty or
Servlet Camel components).
- setTransferException(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
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.
- setUrlRewrite(UrlRewrite) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Deprecated.
- setUseReaderForPayload(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
-
- setUseReaderForPayload(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Should the ServletRequest.getReader()
be exposed as the payload of input messages in the Camel
Message.getBody()
or not.
- storeCookies(Exchange, URI, Map<String, List<String>>) - Method in class org.apache.camel.http.common.cookie.BaseCookieHandler
-
- storeCookies(Exchange, URI, Map<String, List<String>>) - Method in interface org.apache.camel.http.common.cookie.CookieHandler
-
Store cookies for a HTTP response in the cookie handler