Package org.apache.camel.component.netty.http.handlers

Class Summary
HttpClientChannelHandler Netty HTTP ClientChannelHandler that handles the response combing back from thhe HTTP server, called by this client.
HttpServerChannelHandler Netty HTTP ServerChannelHandler that handles the incoming HTTP requests and routes the received message in Camel.
HttpServerMultiplexChannelHandler A multiplex HttpServerPipelineFactory which keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.
 



Apache Camel