Interface IdHTTPHandlerFunctionalCoreType

All Known Implementing Classes:
IdA1HandlerCoreAuthenticated, IdA1HandlerCoreTransactional, IdHTTPHandlerCoreFixedDelay, IdHTTPHandlerCoreInstrumented, IdU1HandlerCoreAuthenticated, IdU1HandlerCoreMaintenanceAware, IdU1HandlerCoreTransactional, IdUVHandlerCoreAuthenticated, IdUVHandlerCoreMaintenanceAware
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IdHTTPHandlerFunctionalCoreType
A functional handler core. Consumes a request and returns a response.
  • Method Details

    • execute

      IdHTTPResponseType execute(io.helidon.webserver.http.ServerRequest request, IdHTTPRequestInformation information)
      Execute the core.
      Parameters:
      request - The request
      information - The request information
      Returns:
      The response