Class St1DataHDeviceGetByID
java.lang.Object
com.io7m.stonesignal.server.data_api_v1.St1DataHDeviceGetByID
- All Implemented Interfaces:
io.helidon.webserver.http.Handler,io.helidon.webserver.ServerLifecycle
device-get-by-id
-
Method Summary
Modifier and TypeMethodDescriptionfinal voidhandle(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) protected voidhandleAuthenticated(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) protected Stringname()protected final <C extends St1DataMessageType>
Cprotected final voidsend(io.helidon.webserver.http.ServerResponse response, St1DataMessageType message) 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
-
Method Details
-
handleAuthenticated
protected void handleAuthenticated(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) throws com.io7m.darco.api.DDatabaseException - Throws:
com.io7m.darco.api.DDatabaseException
-
name
-
handle
public final void handle(io.helidon.webserver.http.ServerRequest request, io.helidon.webserver.http.ServerResponse response) - Specified by:
handlein interfaceio.helidon.webserver.http.Handler
-
read
protected final <C extends St1DataMessageType> C read(io.helidon.webserver.http.ServerRequest request, Class<C> clazz) -
send
protected final void send(io.helidon.webserver.http.ServerResponse response, St1DataMessageType message)
-