Class HttpResponse
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.http.HttpResponse
-
public class HttpResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpResponse(HttpExchange httpExchange, JsonMapper jsonMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponseasJson(Object object)HttpResponseerror(Throwable t)voidstatusCode(int i)
-
-
-
Constructor Detail
-
HttpResponse
public HttpResponse(HttpExchange httpExchange, JsonMapper jsonMapper)
-
-
Method Detail
-
asJson
public HttpResponse asJson(Object object)
-
error
public HttpResponse error(Throwable t)
-
statusCode
public void statusCode(int i)
-
-