Class StVersions
java.lang.Object
com.io7m.stonesignal.server.data_api_v1.StVersions
- All Implemented Interfaces:
io.helidon.webserver.http.Handler,io.helidon.webserver.ServerLifecycle
The default versions handler.
-
Constructor Summary
ConstructorsConstructorDescriptionStVersions(com.io7m.repetoir.core.RPServiceDirectoryType inServices, int inDefaultStatus) The default versions handler. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Constructor Details
-
StVersions
public StVersions(com.io7m.repetoir.core.RPServiceDirectoryType inServices, int inDefaultStatus) The default versions handler.- Parameters:
inServices- The servicesinDefaultStatus- The default status
-
-
Method Details
-
handle
public void handle(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) - Specified by:
handlein interfaceio.helidon.webserver.http.Handler
-