Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- afterProcess(HttpServletResponse, HttpConsumer, Exchange, boolean) - Method in class org.apache.camel.http.common.CamelServlet
- 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.
- applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.camel.http.common.HttpRestHeaderFilterStrategy
- ASYNC_PARAM - Static variable in class org.apache.camel.http.common.CamelServlet
C
- cacheResponseBodyFromInputStream(InputStream, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
-
Caches the response body from the given input stream, which is needed by
PollingConsumer
. - 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
- canConnect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
Checks whether the consumer is possible to connect to the endoint.
- canConnect(HttpConsumer) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- canConnected - Variable in class org.apache.camel.http.common.HttpConsumer
- 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
- connect(HttpConsumer) - Method in interface org.apache.camel.http.common.HttpRegistryProvider
- 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
andHttpServletResponse
. - DefaultHttpBinding() - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
- DefaultHttpBinding(HttpCommonEndpoint) - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
-
Deprecated.
- DefaultHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.http.common.DefaultHttpBinding
-
Deprecated.
- DefaultHttpRegistry - Class in org.apache.camel.http.common
- DefaultHttpRegistry() - Constructor for class org.apache.camel.http.common.DefaultHttpRegistry
- DELETE - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- 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
- disconnect(HttpConsumer) - Method in interface org.apache.camel.http.common.HttpRegistryProvider
- doResolve(HttpServletRequest, String, Map<String, HttpConsumer>) - Method in class org.apache.camel.http.common.HttpRestServletResolveConsumerStrategy
- doResolve(HttpServletRequest, String, Map<String, HttpConsumer>) - Method in class org.apache.camel.http.common.HttpServletResolveConsumerStrategy
- doResume() - Method in class org.apache.camel.http.common.HttpConsumer
- doService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.http.common.CamelServlet
-
This is the logical implementation to handle request with
CamelServlet
This is where most exceptions should be handled - doServiceAsync(AsyncContext) - Method in class org.apache.camel.http.common.CamelServlet
-
This is used to handle request asynchronously
- 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
- EXECUTOR_REF_PARAM - Static variable in class org.apache.camel.http.common.CamelServlet
- extractHttpParameterValue(String) - Static method in class org.apache.camel.http.common.HttpHelper
-
Extracts the parameter value.
F
- FORCE_AWAIT_PARAM - Static variable in class org.apache.camel.http.common.CamelServlet
G
- GET - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- getAuthDomain() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getAuthDomain() - Method in class org.apache.camel.http.common.HttpConfiguration
- getAuthHost() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getAuthHost() - Method in class org.apache.camel.http.common.HttpConfiguration
- getAuthMethod() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- 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.HttpCommonEndpoint
- getAuthPassword() - Method in class org.apache.camel.http.common.HttpConfiguration
- getAuthUsername() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getAuthUsername() - Method in class org.apache.camel.http.common.HttpConfiguration
- getBinding() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Deprecated.
- getBinding() - Method in class org.apache.camel.http.common.HttpConsumer
- getCamelContext() - Method in class org.apache.camel.http.common.HttpConverterLoader
- getCamelServlet(String) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- getCamelServlet(String) - Method in interface org.apache.camel.http.common.HttpRegistry
- getCharsetFromContentType(String) - Static method in class org.apache.camel.http.common.HttpHelper
- getComponent() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getConsumer() - Method in class org.apache.camel.http.common.HttpRestConsumerPath
- getConsumerPath() - Method in class org.apache.camel.http.common.HttpRestConsumerPath
- getConsumers() - Method in class org.apache.camel.http.common.CamelServlet
- getCookieHandler() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getEndpoint() - Method in class org.apache.camel.http.common.HttpConsumer
- getExecutorService(HttpConsumer) - Method in class org.apache.camel.http.common.CamelServlet
- getFileNameExtWhitelist() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- getFileNameExtWhitelist() - Method in interface org.apache.camel.http.common.HttpBinding
-
Whitelist of accepted filename extensions for accepting uploaded files.
- 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
- getHttpMethod() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getHttpMethodRestrict() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getHttpRegistry(String) - Static method in class org.apache.camel.http.common.DefaultHttpRegistry
-
Lookup or create a new registry if none exists with the given name
- getHttpUri() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2CachedTokensDefaultExpirySeconds() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2CachedTokensDefaultExpirySeconds() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOauth2CachedTokensExpirationMarginSeconds() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2CachedTokensExpirationMarginSeconds() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOauth2ClientId() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2ClientId() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOauth2ClientSecret() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2ClientSecret() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOauth2ResourceIndicator() - Method in class org.apache.camel.http.common.HttpConfiguration
-
Gets oauth 2 resource indicator.
- getOauth2Scope() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2Scope() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOauth2TokenEndpoint() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getOauth2TokenEndpoint() - Method in class org.apache.camel.http.common.HttpConfiguration
- getOkStatusCodeRange() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
Gets the parameter.
- getParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
Gets the parameter.
- 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.HttpCommonEndpoint
- getProxyAuthDomain() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthHost() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthHost() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthMethod() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthMethod() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthNtHost() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthPassword() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthPassword() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthPort() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthPort() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthScheme() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getProxyAuthScheme() - Method in class org.apache.camel.http.common.HttpConfiguration
- getProxyAuthUsername() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- 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
- getRequest() - Method in class org.apache.camel.http.common.HttpMessage
- getResponse() - Method in class org.apache.camel.http.common.HttpMessage
- getResponseBufferSize() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getRestrictMethod() - Method in class org.apache.camel.http.common.HttpRestConsumerPath
- getServiceProperties() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getServiceProtocol() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getServiceUrl() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- getServletName() - Method in class org.apache.camel.http.common.CamelServlet
- getServletName() - Method in interface org.apache.camel.http.common.HttpRegistryProvider
- getServletResolveConsumerStrategy() - Method in class org.apache.camel.http.common.CamelServlet
H
- handleService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.http.common.CamelServlet
- HEAD - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- httpBinding - Variable in class org.apache.camel.http.common.HttpCommonComponent
- 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.
- HttpCommonComponent - Class in org.apache.camel.http.common
- HttpCommonComponent() - 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
orBufferedReader
payloads etc. - HttpConverterLoader - Class in org.apache.camel.http.common
-
Generated by camel build tools - do NOT edit this file!
- HttpConverterLoader() - Constructor for class org.apache.camel.http.common.HttpConverterLoader
- HttpHeaderFilterStrategy - Class in org.apache.camel.http.common
-
Deprecated.use
HttpHeaderFilterStrategy
- HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.http.common.HttpHeaderFilterStrategy
-
Deprecated.
- HttpHelper - Class in org.apache.camel.http.common
- HttpMessage - Class in org.apache.camel.http.common
- HttpMessage(Exchange, HttpCommonEndpoint, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.camel.http.common.HttpMessage
- HttpMethods - Enum Class in org.apache.camel.http.common
- HttpProtocolHeaderFilterStrategy - Class in org.apache.camel.http.common
- HttpProtocolHeaderFilterStrategy() - Constructor for class org.apache.camel.http.common.HttpProtocolHeaderFilterStrategy
- HttpRegistry - Interface in org.apache.camel.http.common
-
Keeps track of HttpConsumers and CamelServlets and connects them to each other.
- HttpRegistryProvider - Interface in org.apache.camel.http.common
-
Usually class extending CamelServlet or simila e.g.
- HttpRestConsumerPath - Class in org.apache.camel.http.common
- HttpRestConsumerPath(HttpConsumer) - Constructor for class org.apache.camel.http.common.HttpRestConsumerPath
- HttpRestHeaderFilterStrategy - Class in org.apache.camel.http.common
- HttpRestHeaderFilterStrategy(String, String) - Constructor for class org.apache.camel.http.common.HttpRestHeaderFilterStrategy
- 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
I
- init(ServletConfig) - Method in class org.apache.camel.http.common.CamelServlet
- init(Exchange, HttpCommonEndpoint, HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.http.common.HttpMessage
- initialize() - Method in class org.apache.camel.http.common.HttpHeaderFilterStrategy
-
Deprecated.
- 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
- isAllowJavaSerializedObject() - Method in class org.apache.camel.http.common.HttpCommonComponent
- isAsync() - Method in class org.apache.camel.http.common.CamelServlet
- isAsync() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isBridgeEndpoint() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isChunked() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isConnectionClose() - 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
- isHostedService() - Method in class org.apache.camel.http.common.HttpConsumer
- isHttpMethodAllowed(HttpServletRequest, String, Map<String, HttpConsumer>) - Method in class org.apache.camel.http.common.HttpServletResolveConsumerStrategy
- isHttpMethodAllowed(HttpServletRequest, String, Map<String, HttpConsumer>) - Method in interface org.apache.camel.http.common.ServletResolveConsumerStrategy
-
Checks if the http request method (GET, POST, etc) would be allow among the registered consumers.
- isIgnoreResponseBody() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isLenientProperties() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isLogException() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- isLogException() - Method in interface org.apache.camel.http.common.HttpBinding
-
If enabled and an Exchange failed processing on the consumer side the exception's stack trace will be logged when the exception stack trace is not sent in the response's body.
- isLogException() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isMapHttpMessageBody() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- isMapHttpMessageBody() - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Body HTTP mapping
- isMapHttpMessageBody() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isMapHttpMessageFormUrlEncodedBody() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- isMapHttpMessageFormUrlEncodedBody() - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Form URL Encoded Body HTTP mapping
- isMapHttpMessageFormUrlEncodedBody() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isMapHttpMessageHeaders() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- isMapHttpMessageHeaders() - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Headers HTTP mapping
- isMapHttpMessageHeaders() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isMatchOnUriPrefix() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isMatchOnUriPrefix() - Method in class org.apache.camel.http.common.HttpRestConsumerPath
- isMuteException() - Method in class org.apache.camel.http.common.DefaultHttpBinding
- isMuteException() - Method in interface org.apache.camel.http.common.HttpBinding
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- isMuteException() - Method in class org.apache.camel.http.common.HttpCommonComponent
- isMuteException() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isOauth2CacheTokens() - Method in class org.apache.camel.http.common.HttpCommonEndpoint
- isOauth2CacheTokens() - Method in class org.apache.camel.http.common.HttpConfiguration
- 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
- isSecureConnection(String) - Static method in class org.apache.camel.http.common.HttpHelper
- 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
- load(TypeConverterRegistry) - Method in class org.apache.camel.http.common.HttpConverterLoader
- log - Variable in class org.apache.camel.http.common.CamelServlet
M
- METHODS - Static variable in class org.apache.camel.http.common.CamelServlet
- muteException - Variable in class org.apache.camel.http.common.HttpCommonComponent
N
- newInstance() - Method in class org.apache.camel.http.common.HttpMessage
O
- OPTIONS - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- 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(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- parseBody(HttpServletRequest, Message) - Method in interface org.apache.camel.http.common.HttpBinding
-
Parses the body from servlet request
- parserHttpVersion(String) - Static method in class org.apache.camel.http.common.HttpHelper
- PATCH - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- populateAttachments(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- populateRequestParameters(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- POST - Enum constant in enum class org.apache.camel.http.common.HttpMethods
- PUT - Enum constant in enum class org.apache.camel.http.common.HttpMethods
R
- readBody(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- readFormUrlEncodedBody(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- readHeaders(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- readRequest(HttpServletRequest, Message) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- readRequest(HttpServletRequest, Message) - Method in interface org.apache.camel.http.common.HttpBinding
-
Strategy to read the given request and bindings it to the given message.
- readRequestBodyFromServletRequest(HttpServletRequest, Exchange) - Static method in class org.apache.camel.http.common.HttpHelper
-
Reads the request body from the given http servlet request.
- register(CamelServlet, Map) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- register(HttpConsumer) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- register(HttpConsumer) - Method in interface org.apache.camel.http.common.HttpRegistry
- register(HttpRegistryProvider) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- register(HttpRegistryProvider) - Method in interface org.apache.camel.http.common.HttpRegistry
- removeHttpRegistry(String) - Static method in class org.apache.camel.http.common.DefaultHttpRegistry
-
Removes the http registry with the given name
- reset() - Method in class org.apache.camel.http.common.HttpMessage
- 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.
S
- sanitizeLog(String[]) - Static method in class org.apache.camel.http.common.HttpHelper
-
Sanitize log: it removes any new line and carriage return in order to avoid third party integrations with logging system to suffer potential log injection.
- sendError(HttpServletResponse, int) - Static method in class org.apache.camel.http.common.CamelServlet
- 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
- 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.
- setAsync(boolean) - Method in class org.apache.camel.http.common.CamelServlet
- setAsync(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the consumer will work in async mode
- setAuthDomain(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication domain to use with NTML
- setAuthDomain(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication domain to use with NTML
- setAuthHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication host to use with NTML
- setAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication host to use with NTML
- setAuthMethod(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.
- setAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Which authentication method to prioritize to use, either as Basic, Digest or NTLM.
- setAuthMethodPriority(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Which authentication method to prioritize to use, either as Basic, Digest or NTLM.
- setAuthPassword(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication password
- setAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication password
- setAuthUsername(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Authentication username
- setAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Authentication username
- 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.
- setCamelContext(CamelContext) - Method in class org.apache.camel.http.common.HttpConverterLoader
- 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
- setConnectionClose(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the producer will add a Connection Close header to HTTP Request
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Configure a cookie handler to maintain a HTTP session
- 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.
- setFileNameExtWhitelist(String) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setFileNameExtWhitelist(String) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whitelist of accepted filename extensions for accepting uploaded files.
- 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.
- setHttpMethod(HttpMethods) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Configure the HTTP method to use.
- 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.
- setLogException(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setLogException(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
If enabled and an Exchange failed processing on the consumer side the exception's stack trace will be logged when the exception stack trace is not sent in the response's body.
- setLogException(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If enabled and an Exchange failed processing on the consumer side the exception's stack trace will be logged when the exception stack trace is not sent in the response's body.
- setMapHttpMessageBody(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setMapHttpMessageBody(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Body HTTP mapping
- setMapHttpMessageBody(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the IN exchange body will be mapped to HTTP
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Form URL Encoded Body HTTP mapping
- setMapHttpMessageFormUrlEncodedBody(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true then IN exchange Form Encoded body will be mapped to HTTP
- setMapHttpMessageHeaders(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setMapHttpMessageHeaders(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
Whether to allow Exchange Headers HTTP mapping
- setMapHttpMessageHeaders(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If this option is true, the IN exchange headers will be mapped to HTTP Headers
- 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.
- setMuteException(boolean) - Method in class org.apache.camel.http.common.DefaultHttpBinding
- setMuteException(boolean) - Method in interface org.apache.camel.http.common.HttpBinding
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- setMuteException(boolean) - Method in class org.apache.camel.http.common.HttpCommonComponent
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- setMuteException(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- setOauth2CachedTokensDefaultExpirySeconds(long) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Default expiration time for cached OAuth2 tokens, in seconds.
- setOauth2CachedTokensDefaultExpirySeconds(long) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Default expiration time for cached OAuth2 tokens, in seconds.
- setOauth2CachedTokensExpirationMarginSeconds(long) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Amount of time which is deducted from OAuth2 tokens expiry time to compensate for the time it takes OAuth2 Token Endpoint to send the token over http, in seconds.
- setOauth2CachedTokensExpirationMarginSeconds(long) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Amount of time which is deducted from OAuth2 tokens expiry time to compensate for the time it takes OAuth2 Token Endpoint to send the token over http, in seconds.
- setOauth2CacheTokens(boolean) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Whether to cache OAuth2 client tokens.
- setOauth2CacheTokens(boolean) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Whether to cache OAuth2 client tokens.
- setOauth2ClientId(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
OAuth2 Client id
- setOauth2ClientId(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
OAuth2 Client id
- setOauth2ClientSecret(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
OAuth2 Client secret
- setOauth2ClientSecret(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
OAuth2 Client secret
- setOauth2ResourceIndicator(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Sets oauth 2 resource indicator.
- setOauth2Scope(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
OAuth2 scope
- setOauth2Scope(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
OAuth2 scope
- setOauth2TokenEndpoint(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
OAuth2 token endpoint
- setOauth2TokenEndpoint(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
OAuth2 token endpoint
- setOkStatusCodeRange(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
The status codes which are 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.HttpCommonEndpoint
-
Proxy authentication domain to use with NTML
- setProxyAuthDomain(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication domain to use with NTML
- setProxyAuthHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication host to use with NTML
- setProxyAuthHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication host
- setProxyAuthMethod(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication method to use
- setProxyAuthMethod(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication method to use
- setProxyAuthNtHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication domain (workstation name) to use with NTML
- setProxyAuthPassword(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication password
- setProxyAuthPassword(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication password
- setProxyAuthPort(int) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication port
- setProxyAuthPort(int) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication port
- setProxyAuthScheme(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication scheme to use
- setProxyAuthScheme(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication scheme to use
- setProxyAuthUsername(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy authentication username
- setProxyAuthUsername(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy authentication username
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy hostname to use
- setProxyHost(String) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy hostname to use
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
Proxy port to use
- setProxyPort(int) - Method in class org.apache.camel.http.common.HttpConfiguration
-
Proxy port to use
- setResponseBufferSize(Integer) - Method in class org.apache.camel.http.common.HttpCommonEndpoint
-
To use a custom buffer size on the jakarta.servlet.ServletResponse.
- setServletName(String) - Method in class org.apache.camel.http.common.CamelServlet
- setServletResolveConsumerStrategy(ServletResolveConsumerStrategy) - Method in class org.apache.camel.http.common.CamelServlet
- setServlets(List<Servlet>) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- 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.
- 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 CamelMessage.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(HttpServletRequest, Exchange) - Static method in class org.apache.camel.http.common.HttpConverter
- toInputStream(HttpMessage, 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
- toString() - Method in class org.apache.camel.http.common.HttpRestConsumerPath
- TRACE - Enum constant in enum class org.apache.camel.http.common.HttpMethods
U
- unregister(HttpConsumer) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- unregister(HttpConsumer) - Method in interface org.apache.camel.http.common.HttpRegistry
- unregister(HttpRegistryProvider) - Method in class org.apache.camel.http.common.DefaultHttpRegistry
- unregister(HttpRegistryProvider) - Method in interface org.apache.camel.http.common.HttpRegistry
- useIntrospectionOnEndpoint() - Method in class org.apache.camel.http.common.HttpCommonComponent
V
- valueOf(String) - Static method in enum class org.apache.camel.http.common.HttpMethods
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.http.common.HttpMethods
-
Returns an array containing the constants of this enum class, 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
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form