Class Response
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.Response
-
public class Response extends Object
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.handler.codec.http.FullHttpResponse
forbidden(String exception)
static io.netty.handler.codec.http.FullHttpResponse
notFound(String exception)
static io.netty.handler.codec.http.FullHttpResponse
ok(String result)
-