- 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.
- setAuthDomain(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication method for proxy, either as Basic, Digest or NTLM.
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- 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
- 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.
- 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.
- 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.HttpConfiguration
-
- setProxyAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setProxyAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setProxyAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setProxyAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
The proxy host name
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
The proxy port number
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpConfiguration
-
- 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
-
Refers to a custom org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls when you bridge/proxy endpoints.
- 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.