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