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