Package org.apache.camel.component.netty.http.handlers
package org.apache.camel.component.netty.http.handlers
-
ClassesClassDescriptionNetty HTTP
ClientChannelHandlerthat handles the response combing back from the HTTP server, called by this client.Netty HTTPServerChannelHandlerthat handles the incoming HTTP requests and routes the received message in Camel.A multiplexHttpServerInitializerFactorywhich keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.