Class ApiServer.ModifyDeviceApConfigEndpoint

  • All Implemented Interfaces:
    spark.Route
    Enclosing class:
    ApiServer

    @Path("/api/v1/modifyDeviceApConfig")
    public class ApiServer.ModifyDeviceApConfigEndpoint
    extends Object
    implements spark.Route
    • Constructor Detail

      • ModifyDeviceApConfigEndpoint

        public ModifyDeviceApConfigEndpoint()
    • Method Detail

      • handle

        @POST
        @Produces("application/json")
        public String handle​(spark.Request request,
                             spark.Response response)
        Specified by:
        handle in interface spark.Route