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