Package com.io7m.idstore.server.user_v1
Class IdU1HandlerCommand
java.lang.Object
com.io7m.idstore.server.http.IdHTTPHandlerFunctional
com.io7m.idstore.server.user_v1.IdU1HandlerCommand
- All Implemented Interfaces:
io.helidon.webserver.http.Handler,io.helidon.webserver.ServerLifecycle
The v1 command servlet.
-
Constructor Summary
ConstructorsConstructorDescriptionIdU1HandlerCommand(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 command servlet. -
Method Summary
Methods inherited from class com.io7m.idstore.server.http.IdHTTPHandlerFunctional
handleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStop, beforeStart
-
Constructor Details
-
IdU1HandlerCommand
public IdU1HandlerCommand(com.io7m.repetoir.core.RPServiceDirectoryType services) The v1 command servlet.- Parameters:
services- The services
-