Class AbstractRequestHandlerFactory
java.lang.Object
com.aspectran.undertow.server.handler.AbstractRequestHandlerFactory
- Direct Known Subclasses:
DefaultRequestHandlerFactory
,LightRequestHandlerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setHandlerChainWrappers
(io.undertow.server.HandlerWrapper[] handlerWrappers) protected io.undertow.server.HttpHandler
wrapHandler
(io.undertow.server.HttpHandler wrapee)
-
Constructor Details
-
AbstractRequestHandlerFactory
public AbstractRequestHandlerFactory()
-
-
Method Details
-
setHandlerChainWrappers
public void setHandlerChainWrappers(io.undertow.server.HandlerWrapper[] handlerWrappers) -
wrapHandler
protected io.undertow.server.HttpHandler wrapHandler(io.undertow.server.HttpHandler wrapee)
-