JavaScript is disabled on your browser.
Skip navigation links
Undertow Servlet 5.3.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
T
call
(
HttpServerExchange
exchange,
C
context)
Method Details
call
T
call
(
HttpServerExchange
exchange,
C
context)
throws
Exception
Throws:
Exception