Package io.undertow.servlet.api
Interface ThreadSetupHandler.Action<T,C>
-
- Enclosing interface:
- ThreadSetupHandler
public static interface ThreadSetupHandler.Action<T,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall(HttpServerExchange exchange, C context)
-
-
-
Method Detail
-
call
T call(HttpServerExchange exchange, C context) throws Exception
- Throws:
Exception
-
-