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