Package org.apache.camel.component.http4

Defines the HTTP Component

See:
          Description

Interface Summary
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 Summary
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.
ProxyHttpClientConfigurer Strategy for configuring the HttpClient with a proxy
 

Enum Summary
HttpMethods  
 

Exception Summary
HttpOperationFailedException  
 

Package org.apache.camel.component.http4 Description

Defines the HTTP Component



Apache Camel