Interface ThreadSetupHandler.Action<T,C>

Enclosing interface:
ThreadSetupHandler

public static interface ThreadSetupHandler.Action<T,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(io.undertow.server.HttpServerExchange exchange, C context)
     
  • Method Details

    • call

      T call(io.undertow.server.HttpServerExchange exchange, C context) throws Exception
      Throws:
      Exception