Class IdHTTPHandlerFunctional

java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
All Implemented Interfaces:
io.helidon.webserver.http.Handler, io.helidon.webserver.ServerLifecycle
Direct Known Subclasses:
IdA1HandlerCommand, IdA1HandlerHealth, IdA1HandlerLogin, IdA1HandlerVersions, IdU1HandlerCommand, IdU1HandlerHealth, IdU1HandlerLogin, IdU1HandlerVersion, IdU1HandlerVersions, IdUVCSS, IdUVEmailAdd, IdUVEmailAddRun, IdUVEmailRemoveRun, IdUVEmailVerificationDeny, IdUVEmailVerificationPermit, IdUVLogin, IdUVLogo, IdUVLogout, IdUVMain, IdUVMessage, IdUVPasswordReset, IdUVPasswordResetConfirm, IdUVPasswordResetConfirmRun, IdUVPasswordResetRun, IdUVPasswordUpdate, IdUVPasswordUpdateRun, IdUVRealnameUpdate, IdUVRealnameUpdateRun

public abstract class IdHTTPHandlerFunctional extends Object implements io.helidon.webserver.http.Handler
A functional servlet.
  • Constructor Details

    • IdHTTPHandlerFunctional

      public IdHTTPHandlerFunctional(IdHTTPHandlerFunctionalCoreType inCore)
      A functional servlet.
      Parameters:
      inCore - The functional core
  • Method Details

    • handle

      public final void handle(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response)
      Specified by:
      handle in interface io.helidon.webserver.http.Handler