Uses of Class
io.vertx.mutiny.core.http.Cookie
-
Packages that use Cookie Package Description io.vertx.mutiny.core.http -
-
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 io.smallrye.mutiny.vertx.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)CookieHttpServerRequest. getCookie(String name, String domain, String path)static CookieCookie. newInstance(io.vertx.core.http.Cookie arg)CookieHttpServerResponse. removeCookie(String name)CookieHttpServerResponse. removeCookie(String name, boolean invalidate)CookieHttpServerResponse. removeCookie(String name, String domain, String path)CookieHttpServerResponse. removeCookie(String name, String domain, String path, 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()Deprecated.the implementation made a wrong assumption that cookies could be identified only by their name.Set<Cookie>HttpServerRequest. cookies()Set<Cookie>HttpServerRequest. cookies(String name)Set<Cookie>HttpServerResponse. removeCookies(String name)Set<Cookie>HttpServerResponse. removeCookies(String name, boolean invalidate)Methods in io.vertx.mutiny.core.http with parameters of type Cookie Modifier and Type Method Description HttpServerResponseHttpServerResponse. addCookie(Cookie cookie)
-