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.
|
HttpRegistry |
Keeps track of HttpConsumers and CamelServlets and connects them to each other.
|
HttpRegistryProvider |
Usually class extending CamelServlet or simila e.g.
|
ServletResolveConsumerStrategy |
Strategy to resolve which consumer to service an incoming
HttpServletRequest . |
Class | Description |
---|---|
CamelServlet |
A servlet to use as a Camel route as entry.
|
DefaultHttpBinding |
Binding between
HttpMessage and HttpServletResponse . |
DefaultHttpRegistry | |
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 |
Generated by camel build tools - do NOT edit this file!
|
HttpHeaderFilterStrategy | |
HttpHelper | |
HttpMessage | |
HttpProtocolHeaderFilterStrategy | |
HttpRestConsumerPath | |
HttpRestHeaderFilterStrategy | |
HttpRestServletResolveConsumerStrategy |
A
HttpServletResolveConsumerStrategy that supports the Rest DSL. |
HttpServletResolveConsumerStrategy |
A default implementation of
ServletResolveConsumerStrategy . |
Enum | Description |
---|---|
HttpMethods |
Exception | Description |
---|---|
HttpOperationFailedException | Deprecated
use org.apache.camel.http.base.HttpOperationFailedException
|
Apache Camel