Package com.io7m.idstore.server.http
Interface IdHTTPServletFunctionalCoreType
- All Known Implementing Classes:
IdA1ServletCoreAuthenticated,IdA1ServletCoreTransactional,IdHTTPServletCoreFixedDelay,IdHTTPServletCoreInstrumented,IdU1ServletCoreAuthenticated,IdU1ServletCoreTransactional,IdUVServletCoreAuthenticated
public interface IdHTTPServletFunctionalCoreType
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
-