@java.lang.FunctionalInterface public interface HttpHandlerFactory
Factory used by UndertowServletWebServer to add io.undertow.server.HttpHandler. Instances returned from this factory may optionally implement the following interfaces:
| Type Params | Return Type | Name and description |
|---|---|---|
|
public io.undertow.server.HttpHandler |
getHandler(io.undertow.server.HttpHandler next)Create the io.undertow.server.HttpHandler instance that should be added. |