Uses of Class
io.vertx.mutiny.core.http.Cookie
-
Packages that use Cookie Package Description io.vertx.mutiny.core.http io.vertx.mutiny.ext.web -
-
Uses of Cookie in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type Cookie Modifier and Type Field Description static TypeArg<Cookie>Cookie. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return Cookie Modifier and Type Method Description static CookieCookie. cookie(String name, String value)CookieHttpServerRequest. getCookie(String name)static CookieCookie. newInstance(io.vertx.core.http.Cookie arg)CookieHttpServerResponse. removeCookie(String name)CookieHttpServerResponse. removeCookie(String name, boolean invalidate)CookieCookie. setDomain(String domain)CookieCookie. setHttpOnly(boolean httpOnly)CookieCookie. setMaxAge(long maxAge)CookieCookie. setPath(String path)CookieCookie. setSameSite(io.vertx.core.http.CookieSameSite policy)CookieCookie. setSecure(boolean secure)CookieCookie. setValue(String value)Methods in io.vertx.mutiny.core.http that return types with arguments of type Cookie Modifier and Type Method Description Map<String,Cookie>HttpServerRequest. cookieMap()Methods in io.vertx.mutiny.core.http with parameters of type Cookie Modifier and Type Method Description HttpServerResponseHttpServerResponse. addCookie(Cookie cookie) -
Uses of Cookie in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return Cookie Modifier and Type Method Description CookieRoutingContext. getCookie(String name)CookieRoutingContext. removeCookie(String name)CookieRoutingContext. removeCookie(String name, boolean invalidate)Methods in io.vertx.mutiny.ext.web that return types with arguments of type Cookie Modifier and Type Method Description Map<String,Cookie>RoutingContext. cookieMap()Methods in io.vertx.mutiny.ext.web with parameters of type Cookie Modifier and Type Method Description RoutingContextRoutingContext. addCookie(Cookie cookie)
-