| 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.
|
| ServletResolveConsumerStrategy |
Strategy to resolve which consumer to service an incoming
HttpServletRequest. |
| 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. |
| HttpConverterLoader |
Source code generated by org.apache.camel:apt
|
| 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. |
| Enum | Description |
|---|---|
| HttpMethods |
| Exception | Description |
|---|---|
| HttpOperationFailedException |
Apache Camel