A B C E G H I L O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- ExchangeCookieHandler - Class in org.apache.camel.http.base.cookie
-
This implementation of the
CookieHandler
interface keeps the cookies with theExchange
. - 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
- getCharsetFromContentType(String) - Static method in class org.apache.camel.http.base.HttpHelper
- 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.
- getRedirectLocation() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- getResponseBody() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- getResponseHeaders() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- getScheme() - Method in class org.apache.camel.http.base.HttpSendDynamicAware
- getStatusCode() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- getStatusText() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- getUri() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
H
- hasRedirectLocation() - Method in exception org.apache.camel.http.base.HttpOperationFailedException
- HttpHelper - Class in org.apache.camel.http.base
- HttpOperationFailedException - Exception in org.apache.camel.http.base
- HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception 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 byHttpSendDynamicAware
. - HttpSendDynamicPostProcessor() - Constructor for class org.apache.camel.http.base.HttpSendDynamicPostProcessor
- HttpSendDynamicPreProcessor - Class in org.apache.camel.http.base
-
Pre
Processor
used byHttpSendDynamicAware
. - 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
- isRedirectError() - Method in exception 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
- 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
- setScheme(String) - Method in class org.apache.camel.http.base.HttpSendDynamicAware
- 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
All Classes All Packages