Package com.io7m.cardant.server.http
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.
A functional handler core. Consumes a request and returns a response.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(io.helidon.webserver.http.ServerRequest request, CAHTTPRequestInformation information) Execute the core.
-
Method Details
-
execute
CAHTTPResponseType execute(io.helidon.webserver.http.ServerRequest request, CAHTTPRequestInformation information) Execute the core.- Parameters:
request- The requestinformation- The request information- Returns:
- The response
-