public class CamelRootHandler extends Object implements io.undertow.server.HttpHandler
RestRootHandler| Constructor and Description |
|---|
CamelRootHandler(io.undertow.server.HttpHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.server.HttpHandler |
add(String path,
String methods,
boolean prefixMatch,
io.undertow.server.HttpHandler handler) |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
boolean |
isEmpty() |
void |
remove(String path,
String methods,
boolean prefixMatch) |
String |
toString() |
public CamelRootHandler(io.undertow.server.HttpHandler defaultHandler)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic io.undertow.server.HttpHandler add(String path, String methods, boolean prefixMatch, io.undertow.server.HttpHandler handler)
public boolean isEmpty()
Apache Camel