java.lang.Object
org.apache.sysds.runtime.controlprogram.federated.monitoring.Response

public class Response extends Object
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • ok

      public static io.netty.handler.codec.http.FullHttpResponse ok(String result)
    • notFound

      public static io.netty.handler.codec.http.FullHttpResponse notFound(String exception)
    • forbidden

      public static io.netty.handler.codec.http.FullHttpResponse forbidden(String exception)