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

A

addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
appendHeader(Map<String, Object>, String, Object) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Appends the key/value to the headers.
AuthMethod - Enum in org.apache.camel.component.http
Authentication policy

B

BasicAuthenticationHttpClientConfigurer - Class in org.apache.camel.component.http
 
BasicAuthenticationHttpClientConfigurer(boolean, String, String) - Constructor for class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 

C

CamelFileDataSource - Class in org.apache.camel.component.http.helper
 
CamelFileDataSource(File, String) - Constructor for class org.apache.camel.component.http.helper.CamelFileDataSource
 
CamelServlet - Class in org.apache.camel.component.http
 
CamelServlet() - Constructor for class org.apache.camel.component.http.CamelServlet
 
checkChunked(Message, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
combineConfigurers(HttpClientConfigurer, HttpClientConfigurer) - Static method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
CompositeHttpConfigurer - Class in org.apache.camel.component.http
 
CompositeHttpConfigurer() - Constructor for class org.apache.camel.component.http.CompositeHttpConfigurer
 
configureAuth(HttpClientConfigurer, AuthMethod, String, String, String, String, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Configures the authentication method to be used
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in interface org.apache.camel.component.http.HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
configureProxyAuth(HttpClientConfigurer, AuthMethod, String, String, String, String, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Configures the proxy authentication method to be used
connect(HttpConsumer) - Method in class org.apache.camel.component.http.CamelServlet
 
connect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpComponent
Connects the URL specified on the endpoint to the specified processor.
connect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpEndpoint
 
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.http.HttpConstants
 
CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.http.HttpConstants
 
context - Variable in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
copyStream(InputStream, OutputStream, int) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
createBody() - Method in class org.apache.camel.component.http.HttpMessage
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.http.HttpComponent
 
createHttpClient() - Method in class org.apache.camel.component.http.HttpEndpoint
Factory method used by producers and consumers to create a new HttpClient instance
createHttpClientConfigurer(Map<String, Object>, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Creates the HttpClientConfigurer based on the given parameters
createMethod(Exchange, HttpEndpoint, boolean) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
createMethod(String) - Method in enum org.apache.camel.component.http.HttpMethods
 
createMethod(Exchange) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
createMethod(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
Creates the HttpMethod to use to call the remote server, either its GET or POST.
createPollingConsumer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
createProducer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
createRequestEntity(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
Creates a holder object for the data to send to the remote server.
createSocket(String, int, InetAddress, int) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(String, int) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createURI(Exchange, String, HttpEndpoint) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Creates the URI to invoke.
createURL(Exchange, HttpEndpoint) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Creates the URL to invoke.

D

DefaultHttpBinding - Class in org.apache.camel.component.http
Binding between HttpMessage and HttpServletResponse.
DefaultHttpBinding() - Constructor for class org.apache.camel.component.http.DefaultHttpBinding
Deprecated. 
DefaultHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.component.http.DefaultHttpBinding
Deprecated. 
DefaultHttpBinding(HttpEndpoint) - Constructor for class org.apache.camel.component.http.DefaultHttpBinding
 
deserializeJavaObjectFromStream(InputStream) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Deserializes the input stream to a Java object
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.CamelServlet
 
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpComponent
Disconnects the URL specified on the endpoint from the specified processor.
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpEndpoint
 
doReceive(int) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doStart() - Method in class org.apache.camel.component.http.HttpConsumer
 
doStart() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doStop() - Method in class org.apache.camel.component.http.HttpConsumer
 
doStop() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doWriteDirectResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in interface org.apache.camel.component.http.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.component.http.DefaultHttpBinding
 
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http.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.component.http.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http.HttpBinding
Strategy method that writes the response to the http response stream for an OUT message

E

evaluate(Exchange, Class<T>) - Method in enum org.apache.camel.component.http.HttpMethods
 
executeMethod(HttpMethod) - Method in class org.apache.camel.component.http.HttpProducer
Strategy when executing the method (calling the remote server).
extractHttpParameterValue(String) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Extracts the parameter value.
extractResponseBody(HttpMethod, Exchange) - Static method in class org.apache.camel.component.http.HttpProducer
Extracts the response from the method as a InputStream.
extractResponseHeaders(Header[]) - Static method in class org.apache.camel.component.http.HttpProducer
Extracts the response headers

F

factory - Variable in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 

G

getAuthDomain() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getAuthHost() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getAuthMethod() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getAuthMethodPriority() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getAuthMethodPriority() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getAuthPassword() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getAuthUsername() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getBinding() - Method in class org.apache.camel.component.http.HttpConsumer
 
getBinding() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getCharsetFromContentType(String) - Static method in class org.apache.camel.component.http.helper.HttpHelper
 
getClientParams() - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
getConfigurers() - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
getContentType() - Method in class org.apache.camel.component.http.helper.CamelFileDataSource
 
getContextPath() - Method in class org.apache.camel.component.http.helper.UrlRewriteHttpServletRequestAdapter
 
getDomain() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getEndpoint() - Method in class org.apache.camel.component.http.HttpConsumer
 
getEndpoint() - Method in class org.apache.camel.component.http.HttpProducer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.component.http.HttpBinding
Gets the header filter strategy
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHost() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getHttpBinding() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpClient() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
getHttpClient() - Method in class org.apache.camel.component.http.HttpProducer
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpConfiguration() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpMethodRestrict() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpUri() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getName() - Method in class org.apache.camel.component.http.helper.CamelFileDataSource
 
getPassword() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
getPassword() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getPath() - Method in class org.apache.camel.component.http.HttpConsumer
 
getPath() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getPort() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getProtocol() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getProxyAuthDomain() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyAuthHost() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyAuthMethod() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyAuthPassword() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyAuthUsername() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyHost() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyHost() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getProxyPort() - Method in class org.apache.camel.component.http.HttpConfiguration
 
getProxyPort() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getRedirectLocation() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getRequest() - Method in class org.apache.camel.component.http.HttpMessage
 
getResponse() - Method in class org.apache.camel.component.http.HttpMessage
 
getResponseBody() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getResponseBufferSize() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getResponseHeaders() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getServletName() - Method in class org.apache.camel.component.http.CamelServlet
 
getStatusCode() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getStatusText() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getUri() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getUrlRewrite() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getUsername() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
getUsername() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 

H

hasRedirectLocation() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
HttpBinding - Interface in org.apache.camel.component.http
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.component.http.HttpComponent
 
HttpClientConfigurer - Interface in org.apache.camel.component.http
A pluggable strategy for configuring the HttpClient used by this component
httpClientConfigurer - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpComponent - Class in org.apache.camel.component.http
Defines the HTTP Component
HttpComponent() - Constructor for class org.apache.camel.component.http.HttpComponent
 
httpConfiguration - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpConfiguration - Class in org.apache.camel.component.http
 
HttpConfiguration() - Constructor for class org.apache.camel.component.http.HttpConfiguration
 
httpConnectionManager - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpConstants - Class in org.apache.camel.component.http
 
HttpConsumer - Class in org.apache.camel.component.http
 
HttpConsumer(HttpEndpoint, Processor) - Constructor for class org.apache.camel.component.http.HttpConsumer
 
HttpConverter - Class in org.apache.camel.component.http
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.
HttpEndpoint - Class in org.apache.camel.component.http
Represents a HTTP endpoint
HttpEndpoint() - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpConnectionManager) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpHeaderFilterStrategy - Class in org.apache.camel.component.http
 
HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.component.http.HttpHeaderFilterStrategy
 
HttpHelper - Class in org.apache.camel.component.http.helper
 
HttpMessage - Class in org.apache.camel.component.http
 
HttpMessage(Exchange, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.camel.component.http.HttpMessage
 
HttpMethods - Enum in org.apache.camel.component.http
 
HttpOperationFailedException - Exception in org.apache.camel.component.http
 
HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.http.HttpOperationFailedException
 
HttpPollingConsumer - Class in org.apache.camel.component.http
A polling HTTP consumer which by default performs a GET
HttpPollingConsumer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpPollingConsumer
 
HttpProducer - Class in org.apache.camel.component.http
 
HttpProducer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpProducer
 
HttpServletUrlRewrite - Interface in org.apache.camel.component.http
Extended UrlRewrite which leverages HttpServletRequest during the rewrite process.

I

init(ServletConfig) - Method in class org.apache.camel.component.http.CamelServlet
 
initialize() - Method in class org.apache.camel.component.http.HttpHeaderFilterStrategy
 
isBridgeEndpoint() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isChunked() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isDisableStreamCache() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isEntityEnclosing() - Method in enum org.apache.camel.component.http.HttpMethods
 
isLenientProperties() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isProxy() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
isProxy() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
isRedirectError() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
isSingleton() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isSuspended() - Method in class org.apache.camel.component.http.HttpConsumer
 
isText(String) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isTraceEnabled() - Method in class org.apache.camel.component.http.HttpConsumer
 
isTraceEnabled() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isTransferException() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isUseReaderForPayload() - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
isUseReaderForPayload() - Method in interface org.apache.camel.component.http.HttpBinding
Should reader by used instead of input stream.

L

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

N

NTLMAuthenticationHttpClientConfigurer - Class in org.apache.camel.component.http
 
NTLMAuthenticationHttpClientConfigurer(boolean, String, String, String, String) - Constructor for class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 

O

org.apache.camel.component.http - package org.apache.camel.component.http
Defines the HTTP Component
org.apache.camel.component.http.helper - package org.apache.camel.component.http.helper
 
overrideTccl(Exchange) - Method in class org.apache.camel.component.http.CamelServlet
Override the Thread Context ClassLoader if need be.

P

parseBody(HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
parseBody(HttpMessage) - Method in interface org.apache.camel.component.http.HttpBinding
Parses the body from a HttpMessage
populateAttachments(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
populateHttpOperationFailedException(Exchange, HttpMethod, int) - Method in class org.apache.camel.component.http.HttpProducer
 
populateRequestParameters(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
populateResponse(Exchange, HttpMethod, Message, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http.HttpProducer
 
process(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
 

R

readRequest(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
readRequest(HttpServletRequest, HttpMessage) - Method in interface org.apache.camel.component.http.HttpBinding
Strategy to read the given request and bindings it to the given message.
readResponseBodyFromInputStream(InputStream, Exchange) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Reads the response body from the given input stream.
readResponseBodyFromServletRequest(HttpServletRequest, Exchange) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Reads the response body from the given http servlet request.
receive() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
receive(long) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
removeConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
RequestEntityConverter - Class in org.apache.camel.component.http
Some converter methods to make it easier to convert the body to RequestEntity types.
resolve(HttpServletRequest) - Method in class org.apache.camel.component.http.CamelServlet
 
restoreTccl(Exchange, ClassLoader) - Method in class org.apache.camel.component.http.CamelServlet
Restore the Thread Context ClassLoader if the old TCCL is not null.
resume() - Method in class org.apache.camel.component.http.HttpConsumer
 
rewrite(String, String, Producer, HttpServletRequest) - Method in interface org.apache.camel.component.http.HttpServletUrlRewrite
Rewrite the url.
rewrite(String, String, Producer) - Method in interface org.apache.camel.component.http.UrlRewrite
Rewrite the url.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.http.CamelServlet
 
setAuthDomain(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setAuthHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setAuthMethod(AuthMethod) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setAuthMethodPriority(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setAuthMethodPriority(String) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setAuthPassword(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setAuthUsername(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.component.http.helper.HttpHelper
 
setChunked(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setClientParams(HttpClientParams) - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
setDisableStreamCache(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setFileTypeMap(FileTypeMap) - Method in class org.apache.camel.component.http.helper.CamelFileDataSource
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.http.HttpBinding
Sets the header filter strategy to use.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProducer
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpEndpoint
Register a custom configuration strategy for new HttpClient instances created by producers or consumers such as to configure authentication mechanisms etc
setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setHttpMethodRestrict(String) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setHttpUri(URI) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setProxyAuthDomain(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyAuthHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyAuthMethod(AuthMethod) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyAuthPassword(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyAuthUsername(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyHost(String) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setProxyPort(int) - Method in class org.apache.camel.component.http.HttpConfiguration
 
setProxyPort(int) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setResponseBufferSize(Integer) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setServletName(String) - Method in class org.apache.camel.component.http.CamelServlet
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setTraceEnabled(boolean) - Method in class org.apache.camel.component.http.HttpConsumer
 
setTraceEnabled(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setTransferException(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setUrlRewrite(UrlRewrite) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setUseReaderForPayload(boolean) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
setUseReaderForPayload(boolean) - Method in interface org.apache.camel.component.http.HttpBinding
Should the ServletRequest.getReader() be exposed as the payload of input messages in the Camel Message.getBody() or not.
SSLContextParametersSecureProtocolSocketFactory - Class in org.apache.camel.component.http
A SecureProtocolSocketFactory implementation to allow configuration of Commons HTTP SSL/TLS options based on a #JSSEClientParameters instance or a provided SSLSocketFactory instance.
SSLContextParametersSecureProtocolSocketFactory(SSLSocketFactory) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
Creates a new instance using the provided factory.
SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
Creates a new instance using a factory created by the provided client configuration parameters.
suspend() - Method in class org.apache.camel.component.http.HttpConsumer
 

T

toInputStream(HttpMessage, Exchange) - Static method in class org.apache.camel.component.http.HttpConverter
 
toInputStream(HttpServletRequest, Exchange) - Static method in class org.apache.camel.component.http.HttpConverter
 
toReader(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 
toRequestEntity(byte[], Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(InputStream, Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(String, Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 
toServletInputStream(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 
toServletRequest(Message) - Static method in class org.apache.camel.component.http.HttpConverter
 
toServletResponse(Message) - Static method in class org.apache.camel.component.http.HttpConverter
 

U

urlRewrite(Exchange, String, HttpEndpoint, Producer) - Static method in class org.apache.camel.component.http.helper.HttpHelper
Processes any custom UrlRewrite.
UrlRewrite - Interface in org.apache.camel.component.http
Allows to plugin custom strategy for rewriting url.
UrlRewriteHttpServletRequestAdapter - Class in org.apache.camel.component.http.helper
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.component.http.helper.UrlRewriteHttpServletRequestAdapter
Creates this adapter
useIntrospectionOnEndpoint() - Method in class org.apache.camel.component.http.HttpComponent
 

V

valueOf(String) - Static method in enum org.apache.camel.component.http.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.http.HttpMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.http.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.http.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.component.http.helper.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.component.http.helper.HttpHelper
Writes the given object as response body to the output stream
writeResponse(Exchange, HttpServletResponse) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
writeResponse(Exchange, HttpServletResponse) - Method in interface org.apache.camel.component.http.HttpBinding
Writes the exchange to the servlet response.

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

Apache Camel