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
 

Class Summary
BasicAuthenticationHttpClientConfigurer  
CamelServlet  
CompositeHttpConfigurer  
DefaultHttpBinding Binding between HttpMessage and HttpServletResponse.
HttpComponent Defines the HTTP4 Component
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
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  
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