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.
|
HttpClientConfigurer |
A pluggable strategy for configuring the HttpClient used by this component
|
HttpServletUrlRewrite |
Extended
UrlRewrite which leverages HttpServletRequest
during the rewrite process. |
UrlRewrite |
Allows to plugin custom strategy for rewriting url.
|
Class | Description |
---|---|
BasicAuthenticationHttpClientConfigurer | |
CamelServlet | Deprecated |
CompositeHttpConfigurer | |
DefaultHttpBinding |
Binding between
HttpMessage and HttpServletResponse . |
HttpComponent |
Defines the HTTP4
Component
|
HttpConstants | |
HttpConsumer | Deprecated |
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. |
HttpEndpoint |
Represents a HTTP endpoint
|
HttpEntityConverter |
Some converter methods to make it easier to convert the body to RequestEntity types.
|
HttpHeaderFilterStrategy | |
HttpMessage | |
HttpPollingConsumer |
A polling HTTP consumer which by default performs a GET
|
HttpProducer | |
NoopCookieStore |
A noop
CookieStore used when bridging endpoints. |
PreemptiveAuthInterceptor | |
ProxyHttpClientConfigurer |
Strategy for configuring the HttpClient with a proxy
|
Enum | Description |
---|---|
HttpMethods |
Exception | Description |
---|---|
HttpOperationFailedException |
Apache Camel