Interface CAHTTPHandlerFunctionalCoreType

All Known Implementing Classes:
CA1HandlerCoreAuthenticated, CA1HandlerCoreTransactional, CAHTTPHandlerCoreInstrumented
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 CAHTTPHandlerFunctionalCoreType
A functional handler core. Consumes a request and returns a response.
  • Method Details

    • execute

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