CamelMethodHandler |
A HttpHandler build a mapping between HTTP methods and handlers and dispatch requests along the map.
|
CamelPathHandler |
Extended PathHandler to monitor add/remove handlers.
|
CamelPathTemplateHandler |
Extended PathTemplateHandler to monitor add/remove handlers.
|
CamelRootHandler |
Custom root handler to enable hot swapping individual handlers assigned for each path template and/or HTTP method.
|
CamelWebSocketHandler |
|
NotFoundHandler |
Custom handler to inform client that no matching path was found
|
RestConsumerPath |
|
RestRootHandler |
Root handler for Camel rest-dsl.
|