| 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 | |
| CompositeHttpConfigurer | |
| DefaultHttpBinding |
Binding between
HttpMessage and HttpServletResponse. |
| HttpComponent |
Defines the HTTP
Component
|
| 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. |
| HttpEndpoint |
Represents a HTTP endpoint
|
| HttpHeaderFilterStrategy | |
| HttpMessage | |
| HttpPollingConsumer |
A polling HTTP consumer which by default performs a GET
|
| HttpProducer | |
| NTLMAuthenticationHttpClientConfigurer | |
| RequestEntityConverter |
Some converter methods to make it easier to convert the body to RequestEntity types.
|
| SSLContextParametersSecureProtocolSocketFactory |
A
SecureProtocolSocketFactory implementation to allow configuration
of Commons HTTP SSL/TLS options based on a #JSSEClientParameters
instance or a provided SSLSocketFactory instance. |
| Enum | Description |
|---|---|
| AuthMethod |
Authentication policy
|
| HttpMethods |
| Exception | Description |
|---|---|
| HttpOperationFailedException |
Apache Camel