java.lang.Object
org.apache.sysds.runtime.controlprogram.federated.monitoring.Response
public class Response
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static io.netty.handler.codec.http.FullHttpResponse
static io.netty.handler.codec.http.FullHttpResponse
static io.netty.handler.codec.http.FullHttpResponse
-
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)