Package io.undertow.servlet.api
Interface ThreadSetupAction
Deprecated.
Interface that can be implemented by classes that need to setup
and thread local context before a request is processed.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionsetup
(io.undertow.server.HttpServerExchange exchange) Deprecated.Setup any thread local context
-
Method Details
-
setup
Deprecated.Setup any thread local context- Parameters:
exchange
- The exchange, this may be null- Returns:
- A handle to tear down the request when the invocation is finished, or null
-