Class CamelRootHandler
java.lang.Object
org.apache.camel.component.undertow.handlers.CamelRootHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
Custom root handler to enable hot swapping individual handlers assigned for each path template and/or HTTP method.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.HttpHandlervoidhandleRequest(io.undertow.server.HttpServerExchange exchange) booleanisEmpty()voidtoString()
-
Constructor Details
-
CamelRootHandler
public CamelRootHandler(io.undertow.server.HttpHandler defaultHandler)
-
-
Method Details