Package com.elepy.vertx
Class VertxResponse
- java.lang.Object
-
- com.elepy.vertx.VertxResponse
-
-
Field Summary
-
Fields inherited from interface com.elepy.http.Response
DEFAULT_MAPPER
-
-
Constructor Summary
Constructors Constructor Description VertxResponse(io.vertx.ext.web.RoutingContext routingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcookie(String name, String value)voidcookie(String name, String value, int maxAge)voidheader(String s, String s1)voidredirect(String location, int httpStatusCode)voidremoveCookie(String name)Stringresult()voidresult(byte[] bytes)voidresult(String body)intstatus()voidstatus(int statusCode)Stringtype()voidtype(String type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.elepy.http.Response
json, redirect, result, result, terminateWithResult, terminateWithResult
-
-