A C D E G H I L O P R S T U V W 

A

allowJavaSerializedObject - Variable in class org.apache.camel.http.common.HttpCommonComponent
 
appendHeader(Map<String, Object>, String, Object) - Static method in class org.apache.camel.http.common.HttpHelper
Appends the key/value to the headers.

C

CamelFileDataSource - Class in org.apache.camel.http.common
 
CamelFileDataSource(File, String) - Constructor for class org.apache.camel.http.common.CamelFileDataSource
 
CamelServlet - Class in org.apache.camel.http.common
A servlet to use as a Camel route as entry.
CamelServlet() - Constructor for class org.apache.camel.http.common.CamelServlet
 
checkChunked(Message, Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
connect(HttpConsumer) - Method in class org.apache.camel.http.common.CamelServlet
 
connect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonComponent
Connects the URL specified on the endpoint to the specified processor.
connect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.http.common.HttpConstants
 
CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.http.common.HttpConstants
 
convertDateAndLocaleLocally(Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
convertHeaderValueToString(Exchange, Object) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
copyStream(InputStream, OutputStream, int) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
createBody() - Method in class org.apache.camel.http.common.HttpMessage
 
createMethod(Exchange, HttpCommonEndpoint, boolean) - Static method in class org.apache.camel.http.common.HttpHelper
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
createURI(Exchange, String, HttpCommonEndpoint) - Static method in class org.apache.camel.http.common.HttpHelper
Creates the URI to invoke.
createURL(Exchange, HttpCommonEndpoint) - Static method in class org.apache.camel.http.common.HttpHelper
Creates the URL to invoke.

D

DATE_FORMAT - Static variable in class org.apache.camel.http.common.DefaultHttpBinding
The data format used for storing java.util.Date instances as a String value.
DATE_LOCALE_CONVERSION - Static variable in class org.apache.camel.http.common.DefaultHttpBinding
Whether Date/Locale should be converted to String types (enabled by default)
DefaultHttpBinding - Class in org.apache.camel.http.common
Binding between HttpMessage and HttpServletResponse.
DefaultHttpBinding() - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
 
DefaultHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
Deprecated.
DefaultHttpBinding(HttpCommonEndpoint) - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
Deprecated.
deserializeJavaObjectFromStream(InputStream) - Static method in class org.apache.camel.http.common.HttpHelper
Deprecated.
Camel 3.0 Please use the one which has the parameter of camel context
deserializeJavaObjectFromStream(InputStream, CamelContext) - Static method in class org.apache.camel.http.common.HttpHelper
Deserializes the input stream to a Java object
disconnect(HttpConsumer) - Method in class org.apache.camel.http.common.CamelServlet
 
disconnect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonComponent
Disconnects the URL specified on the endpoint from the specified processor.
disconnect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
doResume() - Method in class org.apache.camel.http.common.HttpConsumer
 
doStart() - Method in class org.apache.camel.http.common.HttpConsumer
 
doStop() - Method in class org.apache.camel.http.common.HttpConsumer
 
doSuspend() - Method in class org.apache.camel.http.common.HttpConsumer
 
doWriteDirectResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in interface org.apache.camel.http.common.HttpBinding
Strategy method that writes the response to the http response stream when an exception occurred
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.http.common.HttpBinding
Strategy method that writes the response to the http response stream for a fault message
doWriteGZIPResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.http.common.HttpBinding
Strategy method that writes the response to the http response stream for an OUT message

E

extractHttpParameterValue(String) - Static method in class org.apache.camel.http.common.HttpHelper
Extracts the parameter value.

G

getAuthDomain() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getAuthHost() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getAuthMethod() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getAuthMethodPriority() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getAuthMethodPriority() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getAuthPassword() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getAuthUsername() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getBinding() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
getBinding() - Method in class org.apache.camel.http.common.HttpConsumer
 
getCharsetFromContentType(String) - Static method in class org.apache.camel.http.common.HttpHelper
 
getComponent() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getConsumers() - Method in class org.apache.camel.http.common.CamelServlet
 
getContentType() - Method in class org.apache.camel.http.common.CamelFileDataSource
 
getContextPath() - Method in class org.apache.camel.http.common.UrlRewriteHttpServletRequestAdapter
 
getEndpoint() - Method in class org.apache.camel.http.common.HttpConsumer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.http.common.HttpBinding
Gets the header filter strategy
getHeaderFilterStrategy() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getHttpBinding() - Method in class org.apache.camel.http.common.HttpCommonComponent
 
getHttpBinding() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getHttpConfiguration() - Method in class org.apache.camel.http.common.HttpCommonComponent
 
getHttpDateFormat() - Static method in class org.apache.camel.http.common.DefaultHttpBinding
 
getHttpMethodRestrict() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getHttpUri() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getName() - Method in class org.apache.camel.http.common.CamelFileDataSource
 
getOkStatusCodeRange() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getPath() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getPath() - Method in class org.apache.camel.http.common.HttpConsumer
 
getPort() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getProtocol() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getProxyAuthDomain() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyAuthHost() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyAuthMethod() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyAuthPassword() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyAuthUsername() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyHost() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getProxyHost() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getProxyPort() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getProxyPort() - Method in class org.apache.camel.http.common.HttpConfiguration
 
getRedirectLocation() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getRequest() - Method in class org.apache.camel.http.common.HttpMessage
 
getResponse() - Method in class org.apache.camel.http.common.HttpMessage
 
getResponseBody() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getResponseBufferSize() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
getResponseHeaders() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getServletName() - Method in class org.apache.camel.http.common.CamelServlet
 
getServletResolveConsumerStrategy() - Method in class org.apache.camel.http.common.CamelServlet
 
getStatusCode() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getStatusText() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getUri() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
getUrlRewrite() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 

H

hasRedirectLocation() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
HttpBinding - Interface in org.apache.camel.http.common
A pluggable strategy for configuring the http binding so reading request and writing response can be customized using the Java Servlet API.
httpBinding - Variable in class org.apache.camel.http.common.HttpCommonComponent
 
HttpCommonComponent - Class in org.apache.camel.http.common
 
HttpCommonComponent(Class<? extends HttpCommonEndpoint>) - Constructor for class org.apache.camel.http.common.HttpCommonComponent
 
HttpCommonEndpoint - Class in org.apache.camel.http.common
 
HttpCommonEndpoint() - Constructor for class org.apache.camel.http.common.HttpCommonEndpoint
 
HttpCommonEndpoint(String, HttpCommonComponent, URI) - Constructor for class org.apache.camel.http.common.HttpCommonEndpoint
 
httpConfiguration - Variable in class org.apache.camel.http.common.HttpCommonComponent
 
HttpConfiguration - Class in org.apache.camel.http.common
 
HttpConfiguration() - Constructor for class org.apache.camel.http.common.HttpConfiguration
 
HttpConstants - Class in org.apache.camel.http.common
 
HttpConsumer - Class in org.apache.camel.http.common
 
HttpConsumer(HttpCommonEndpoint, Processor) - Constructor for class org.apache.camel.http.common.HttpConsumer
 
HttpConverter - Class in org.apache.camel.http.common
Some converter methods making it easy to convert the body of a message to servlet types or to switch between the underlying ServletInputStream or BufferedReader payloads etc.
HttpHeaderFilterStrategy - Class in org.apache.camel.http.common
 
HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.http.common.HttpHeaderFilterStrategy
 
HttpHelper - Class in org.apache.camel.http.common
 
HttpMessage - Class in org.apache.camel.http.common
 
HttpMessage(Exchange, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.camel.http.common.HttpMessage
 
HttpMethods - Enum in org.apache.camel.http.common
 
HttpOperationFailedException - Exception in org.apache.camel.http.common
 
HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.http.common.HttpOperationFailedException
 
HttpProtocolHeaderFilterStrategy - Class in org.apache.camel.http.common
 
HttpProtocolHeaderFilterStrategy() - Constructor for class org.apache.camel.http.common.HttpProtocolHeaderFilterStrategy
 
HttpRestServletResolveConsumerStrategy - Class in org.apache.camel.http.common
A HttpServletResolveConsumerStrategy that supports the Rest DSL.
HttpRestServletResolveConsumerStrategy() - Constructor for class org.apache.camel.http.common.HttpRestServletResolveConsumerStrategy
 
HttpServletResolveConsumerStrategy - Class in org.apache.camel.http.common
A default implementation of ServletResolveConsumerStrategy.
HttpServletResolveConsumerStrategy() - Constructor for class org.apache.camel.http.common.HttpServletResolveConsumerStrategy
 
HttpServletUrlRewrite - Interface in org.apache.camel.http.common
Extended UrlRewrite which leverages HttpServletRequest during the rewrite process.

I

init(ServletConfig) - Method in class org.apache.camel.http.common.CamelServlet
 
initialize() - Method in class org.apache.camel.http.common.HttpHeaderFilterStrategy
 
initialize() - Method in class org.apache.camel.http.common.HttpProtocolHeaderFilterStrategy
 
isAllowJavaSerializedObject() - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
isAllowJavaSerializedObject() - 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.

isAllowJavaSerializedObject() - Method in class org.apache.camel.http.common.HttpCommonComponent
 
isBridgeEndpoint() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isChunked() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isCopyHeaders() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
If this option is true then IN exchange headers will be copied to OUT exchange headers according to copy strategy.
isDisableStreamCache() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isEagerCheckContentAvailable() - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
isEagerCheckContentAvailable() - 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.
isEagerCheckContentAvailable() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isIgnoreResponseBody() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isLenientProperties() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isMatchOnUriPrefix() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isOptionsEnabled() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isOptionsEnabled() - Method in class org.apache.camel.http.common.HttpConsumer
 
isPreserveHostHeader() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isRedirectError() - Method in exception org.apache.camel.http.common.HttpOperationFailedException
 
isSecureConnection(String) - Static method in class org.apache.camel.http.common.HttpHelper
 
isSingleton() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isStatusCodeOk(int, String) - Static method in class org.apache.camel.http.common.HttpHelper
Checks whether the given http status code is within the ok range
isSuspended() - Method in class org.apache.camel.http.common.HttpConsumer
 
isText(String) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isTraceEnabled() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isTraceEnabled() - Method in class org.apache.camel.http.common.HttpConsumer
 
isTransferException() - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
isTransferException() - 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).
isTransferException() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
 
isUseReaderForPayload() - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
isUseReaderForPayload() - Method in interface org.apache.camel.http.common.HttpBinding
Should reader by used instead of input stream.

L

log - Variable in class org.apache.camel.http.common.CamelServlet
 

O

org.apache.camel.http.common - package org.apache.camel.http.common
 
overrideTccl(Exchange) - Method in class org.apache.camel.http.common.CamelServlet
Override the Thread Context ClassLoader if need be.

P

parseBody(HttpMessage) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
parseBody(HttpMessage) - Method in interface org.apache.camel.http.common.HttpBinding
Parses the body from a HttpMessage
parserHttpVersion(String) - Static method in class org.apache.camel.http.common.HttpHelper
 
populateAttachments(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
populateRequestParameters(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 

R

readRequest(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
readRequest(HttpServletRequest, HttpMessage) - Method in interface org.apache.camel.http.common.HttpBinding
Strategy to read the given request and bindings it to the given message.
readRequestBodyFromInputStream(InputStream, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
Reads the response body from the given input stream.
readRequestBodyFromServletRequest(HttpServletRequest, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
Reads the response body from the given http servlet request.
readResponseBodyFromInputStream(InputStream, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
Reads the response body from the given input stream.
resolve(HttpServletRequest) - Method in class org.apache.camel.http.common.CamelServlet
resolve(HttpServletRequest, Map<String, HttpConsumer>) - Method in class org.apache.camel.http.common.HttpRestServletResolveConsumerStrategy
 
resolve(HttpServletRequest, Map<String, HttpConsumer>) - Method in class org.apache.camel.http.common.HttpServletResolveConsumerStrategy
 
resolve(HttpServletRequest, Map<String, HttpConsumer>) - Method in interface org.apache.camel.http.common.ServletResolveConsumerStrategy
Resolve the consumer to use.
restoreTccl(Exchange, ClassLoader) - Method in class org.apache.camel.http.common.CamelServlet
Restore the Thread Context ClassLoader if the old TCCL is not null.
rewrite(String, String, Producer, HttpServletRequest) - Method in interface org.apache.camel.http.common.HttpServletUrlRewrite
Rewrite the url.
rewrite(String, String, Producer) - Method in interface org.apache.camel.http.common.UrlRewrite
Rewrite the url.

S

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.

T

toHttpDate(Date) - Static method in class org.apache.camel.http.common.DefaultHttpBinding
 
toHttpLanguage(Locale) - Static method in class org.apache.camel.http.common.DefaultHttpBinding
 
toInputStream(HttpMessage, Exchange) - Static method in class org.apache.camel.http.common.HttpConverter
 
toInputStream(HttpServletRequest, Exchange) - Static method in class org.apache.camel.http.common.HttpConverter
 
toReader(HttpMessage) - Static method in class org.apache.camel.http.common.HttpConverter
 
toServletInputStream(HttpMessage) - Static method in class org.apache.camel.http.common.HttpConverter
 
toServletRequest(Message) - Static method in class org.apache.camel.http.common.HttpConverter
 
toServletResponse(Message) - Static method in class org.apache.camel.http.common.HttpConverter
 
toString() - Method in class org.apache.camel.http.common.HttpMessage
 

U

urlRewrite(Exchange, String, HttpCommonEndpoint, Producer) - Static method in class org.apache.camel.http.common.HttpHelper
Processes any custom UrlRewrite.
UrlRewrite - Interface in org.apache.camel.http.common
Allows to plugin custom strategy for rewriting url.
UrlRewriteHttpServletRequestAdapter - Class in org.apache.camel.http.common
Special adapter when HttpServletUrlRewrite is in use, and the route started from came-jetty/camel-serlvet.
UrlRewriteHttpServletRequestAdapter(HttpServletRequest, String) - Constructor for class org.apache.camel.http.common.UrlRewriteHttpServletRequestAdapter
Creates this adapter
useIntrospectionOnEndpoint() - Method in class org.apache.camel.http.common.HttpCommonComponent
 

V

valueOf(String) - Static method in enum org.apache.camel.http.common.HttpMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.http.common.HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeObjectToServletResponse(ServletResponse, Object) - Static method in class org.apache.camel.http.common.HttpHelper
Writes the given object as response body to the servlet response

The content type will be set to HttpConstants.CONTENT_TYPE_JAVA_SERIALIZED_OBJECT

writeObjectToStream(OutputStream, Object) - Static method in class org.apache.camel.http.common.HttpHelper
Writes the given object as response body to the output stream
writeResponse(Exchange, HttpServletResponse) - Method in class org.apache.camel.http.common.DefaultHttpBinding
 
writeResponse(Exchange, HttpServletResponse) - Method in interface org.apache.camel.http.common.HttpBinding
Writes the exchange to the servlet response.
A C D E G H I L O P R S T U V W 

Apache Camel