public interface UndertowHost
Modifier and Type | Method and Description |
---|---|
void |
registerHandler(String path,
io.undertow.server.HttpHandler handler)
Register a handler on the given path
|
void |
unregisterHandler(String path)
Unregister a handler on the given path
|
void |
validateEndpointURI(URI httpURI)
Validate whether this host can process the given URI
|
void validateEndpointURI(URI httpURI)
void registerHandler(String path, io.undertow.server.HttpHandler handler)
void unregisterHandler(String path)
Apache Camel