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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    setup(io.undertow.server.HttpServerExchange exchange)
    Deprecated.
    Setup any thread local context
  • Method Details

    • 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