Interface ThreadSetupAction


  • @Deprecated
    public 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
    • Method Detail

      • setup

        ThreadSetupAction.Handle setup​(io.undertow.server.HttpServerExchange exchange)
        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