Jetty ComponentThe jetty: component provides HTTP based endpoints for consuming HTTP requests that arrive at an http endpoint. URI formatjetty:http:hostname[:port][/resourceUri] UsageYou can only consume from endpoints generated by the Jetty component. Therefore it should only be used as input into your camel Routes. To issue HTTP requests against other HTTP endpoints you can use the HTTP Component See Also |