Package com.io7m.idstore.server.http
Interface IdHTTPServletFunctionalCoreType
- All Known Implementing Classes:
IdA1ServletCoreAuthenticated,IdA1ServletCoreTransactional,IdHTTPServletCoreFixedDelay,IdHTTPServletCoreInstrumented,IdU1ServletCoreAuthenticated,IdU1ServletCoreMaintenanceAware,IdU1ServletCoreTransactional,IdUVServletCoreAuthenticated,IdUVServletCoreMaintenanceAware
- 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 servlet core. Consumes a request (and request information) and
returns a response.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(jakarta.servlet.http.HttpServletRequest request, IdHTTPServletRequestInformation information) Execute the core.
-
Method Details
-
execute
IdHTTPServletResponseType execute(jakarta.servlet.http.HttpServletRequest request, IdHTTPServletRequestInformation information) Execute the core.- Parameters:
request- The requestinformation- The extra request information- Returns:
- The response
-