public class Response extends Object
byte[]
body
String
message
int
status
Response(int status, String msg, byte[] body)
static Response
error(String msg)
ok(byte[] body)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int status
public String message
public byte[] body
public Response(int status, String msg, byte[] body)
public static Response ok(byte[] body)
public static Response error(String msg)
Copyright © 2020. All rights reserved.