Package org.apache.camel.http.common
package org.apache.camel.http.common
-
ClassDescriptionA servlet to use as a Camel route as entry.Binding between
HttpMessage
andHttpServletResponse
.A pluggable strategy for configuring the http binding so reading request and writing response can be customized using the Java Servlet API.Some converter methods making it easy to convert the body of a message to servlet types or to switch between the underlyingServletInputStream
orBufferedReader
payloads etc.Generated by camel build tools - do NOT edit this file!Deprecated.Keeps track of HttpConsumers and CamelServlets and connects them to each other.Usually class extending CamelServlet or simila e.g.AHttpServletResolveConsumerStrategy
that supports the Rest DSL.A default implementation ofServletResolveConsumerStrategy
.Strategy to resolve which consumer to service an incomingHttpServletRequest
.
HttpHeaderFilterStrategy