public class CamelPathHandler
extends io.undertow.server.handlers.PathHandler
| Constructor and Description |
|---|
CamelPathHandler(io.undertow.server.HttpHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.server.handlers.PathHandler |
addExactPath(String path,
io.undertow.server.HttpHandler handler) |
io.undertow.server.handlers.PathHandler |
addPrefixPath(String path,
io.undertow.server.HttpHandler handler) |
io.undertow.server.HttpHandler |
getHandler(String path) |
boolean |
isEmpty() |
io.undertow.server.handlers.PathHandler |
removeExactPath(String path) |
io.undertow.server.handlers.PathHandler |
removePrefixPath(String path) |
String |
toString() |
public CamelPathHandler(io.undertow.server.HttpHandler defaultHandler)
public io.undertow.server.handlers.PathHandler addPrefixPath(String path, io.undertow.server.HttpHandler handler)
addPrefixPath in class io.undertow.server.handlers.PathHandlerpublic io.undertow.server.handlers.PathHandler addExactPath(String path, io.undertow.server.HttpHandler handler)
addExactPath in class io.undertow.server.handlers.PathHandlerpublic io.undertow.server.handlers.PathHandler removePrefixPath(String path)
removePrefixPath in class io.undertow.server.handlers.PathHandlerpublic io.undertow.server.handlers.PathHandler removeExactPath(String path)
removeExactPath in class io.undertow.server.handlers.PathHandlerpublic io.undertow.server.HttpHandler getHandler(String path)
public boolean isEmpty()
public String toString()
toString in class io.undertow.server.handlers.PathHandlerApache Camel