Index

A B C E G H I L O P R S 
All Classes and Interfaces|All Packages|Serialized Form

A

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

B

BaseCookieHandler - Class in org.apache.camel.http.base.cookie
A basic implementation of a CamelCookie handler based on the JDK CookieManager.
BaseCookieHandler() - Constructor for class org.apache.camel.http.base.cookie.BaseCookieHandler
 

C

CookieHandler - Interface in org.apache.camel.http.base.cookie
The interface for cookie handling will allow components to handle cookies for HTTP requests.
createPostProcessor(Exchange, SendDynamicAware.DynamicAwareEntry) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
 
createPreProcessor(Exchange, SendDynamicAware.DynamicAwareEntry) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
 

E

evalPlaceholders(BiConsumer<String, Object>, String, String) - Static method in class org.apache.camel.http.base.HttpHelper
In the endpoint the user may have defined rest {} placeholders.
evalPlaceholders(Map<String, Object>, String, String) - Static method in class org.apache.camel.http.base.HttpHelper
In the endpoint the user may have defined rest {} placeholders.
ExchangeCookieHandler - Class in org.apache.camel.http.base.cookie
This implementation of the CookieHandler interface keeps the cookies with the Exchange.
ExchangeCookieHandler() - Constructor for class org.apache.camel.http.base.cookie.ExchangeCookieHandler
 
extractHttpParameterValue(String) - Static method in class org.apache.camel.http.base.HttpHelper
Extracts the parameter value.

G

getCookieManager(Exchange) - Method in class org.apache.camel.http.base.cookie.BaseCookieHandler
 
getCookieManager(Exchange) - Method in class org.apache.camel.http.base.cookie.ExchangeCookieHandler
 
getCookieManager(Exchange) - Method in class org.apache.camel.http.base.cookie.InstanceCookieHandler
 
getCookieStore(Exchange) - Method in class org.apache.camel.http.base.cookie.BaseCookieHandler
 
getCookieStore(Exchange) - Method in interface org.apache.camel.http.base.cookie.CookieHandler
Get the CookieStore.
getHttpResponseCode() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getHttpResponseStatus() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getRedirectLocation() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getResponseBody() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getResponseHeaders() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getStatusCode() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getStatusText() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
getUri() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 

H

hasRedirectLocation() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
HttpHelper - Class in org.apache.camel.http.base
 
HttpOperationFailedException - Exception Class in org.apache.camel.http.base
 
HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception class org.apache.camel.http.base.HttpOperationFailedException
 
HttpSendDynamicAware - Class in org.apache.camel.http.base
HTTP based SendDynamicAware which allows to optimise HTTP components with the toD (dynamic to) DSL in Camel.
HttpSendDynamicAware() - Constructor for class org.apache.camel.http.base.HttpSendDynamicAware
 
HttpSendDynamicPostProcessor - Class in org.apache.camel.http.base
Post Processor used by HttpSendDynamicAware.
HttpSendDynamicPostProcessor() - Constructor for class org.apache.camel.http.base.HttpSendDynamicPostProcessor
 
HttpSendDynamicPreProcessor - Class in org.apache.camel.http.base
Pre Processor used by HttpSendDynamicAware.
HttpSendDynamicPreProcessor(String, String) - Constructor for class org.apache.camel.http.base.HttpSendDynamicPreProcessor
 

I

InstanceCookieHandler - Class in org.apache.camel.http.base.cookie
This implementation of the CookieHandler interface keeps the cookies with the instance of this object.
InstanceCookieHandler() - Constructor for class org.apache.camel.http.base.cookie.InstanceCookieHandler
 
isLenientProperties() - Method in class org.apache.camel.http.base.HttpSendDynamicAware
 
isRedirectError() - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
isSecureConnection(String) - Static method in class org.apache.camel.http.base.HttpHelper
 
isStatusCodeOk(int, String) - Static method in class org.apache.camel.http.base.HttpHelper
Checks whether the given http status code is within the ok range

L

loadCookies(Exchange, URI) - Method in class org.apache.camel.http.base.cookie.BaseCookieHandler
 
loadCookies(Exchange, URI) - Method in interface org.apache.camel.http.base.cookie.CookieHandler
Create cookie headers from the stored cookies appropriate for a given URI.

O

org.apache.camel.http.base - package org.apache.camel.http.base
 
org.apache.camel.http.base.cookie - package org.apache.camel.http.base.cookie
 

P

parserHttpVersion(String) - Static method in class org.apache.camel.http.base.HttpHelper
 
parseUri(SendDynamicAware.DynamicAwareEntry) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
Parses the uri into a string array with 3 elements.
prepare(Exchange, String, String) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
 
process(Exchange) - Method in class org.apache.camel.http.base.HttpSendDynamicPostProcessor
 
process(Exchange) - Method in class org.apache.camel.http.base.HttpSendDynamicPreProcessor
 

R

resolveStaticUri(Exchange, SendDynamicAware.DynamicAwareEntry) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
 

S

setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.http.base.HttpHelper
 
setCookiePolicy(CookiePolicy) - Method in interface org.apache.camel.http.base.cookie.CookieHandler
Define a CookiePolicy for cookies stored by this CookieHandler
setCookiePolicy(CookiePolicy) - Method in class org.apache.camel.http.base.cookie.ExchangeCookieHandler
 
setCookiePolicy(CookiePolicy) - Method in class org.apache.camel.http.base.cookie.InstanceCookieHandler
 
setHttpResponseCode(int) - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
setHttpResponseStatus(String) - Method in exception class org.apache.camel.http.base.HttpOperationFailedException
 
storeCookies(Exchange, URI, Map<String, List<String>>) - Method in class org.apache.camel.http.base.cookie.BaseCookieHandler
 
storeCookies(Exchange, URI, Map<String, List<String>>) - Method in interface org.apache.camel.http.base.cookie.CookieHandler
Store cookies for a HTTP response in the cookie handler
A B C E G H I L O P R S 
All Classes and Interfaces|All Packages|Serialized Form