Interface | Description |
---|---|
HttpBinding |
A pluggable strategy for configuring the http binding so reading request and writing response
can be customized using the Java Servlet API.
|
HttpServletUrlRewrite |
Extended
UrlRewrite which leverages HttpServletRequest
during the rewrite process. |
ServletResolveConsumerStrategy |
Strategy to resolve which consumer to service an incoming
HttpServletRequest . |
UrlRewrite |
Allows to plugin custom strategy for rewriting url.
|
Class | Description |
---|---|
CamelFileDataSource | |
CamelServlet |
A servlet to use as a Camel route as entry.
|
DefaultHttpBinding |
Binding between
HttpMessage and HttpServletResponse . |
HttpCommonComponent | |
HttpCommonEndpoint | |
HttpConfiguration | |
HttpConstants | |
HttpConsumer | |
HttpConverter |
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. |
HttpHeaderFilterStrategy | |
HttpHelper | |
HttpMessage | |
HttpProtocolHeaderFilterStrategy | |
HttpRestConsumerPath | |
HttpRestHeaderFilterStrategy | |
HttpRestServletResolveConsumerStrategy |
A
HttpServletResolveConsumerStrategy that supports the Rest DSL. |
HttpSendDynamicAware |
HTTP based
SendDynamicAware which allows to optimise HTTP components
with the toD (dynamic to) DSL in Camel. |
HttpSendDynamicPostProcessor |
Post
Processor used by HttpSendDynamicAware . |
HttpSendDynamicPreProcessor |
Pre
Processor used by HttpSendDynamicAware . |
HttpServletResolveConsumerStrategy |
A default implementation of
ServletResolveConsumerStrategy . |
UrlRewriteHttpServletRequestAdapter |
Special adapter when
HttpServletUrlRewrite is in use,
and the route started from came-jetty/camel-serlvet. |
Enum | Description |
---|---|
HttpMethods |
Exception | Description |
---|---|
HttpOperationFailedException |
Apache Camel