Uses of Interface
io.vertx.core.http.Cookie
Packages that use Cookie
-
Uses of Cookie in io.vertx.core.http
Methods in io.vertx.core.http that return CookieModifier and TypeMethodDescriptionstatic CookieCreate a new cookieGet the cookie with the specified name.Get the cookie with the specified<name, domain, path>.default CookieHttpServerResponse.removeCookie(String name) Expire a cookie, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookie(String name, boolean invalidate) Remove a cookie from the cookie set.default CookieHttpServerResponse.removeCookie(String name, String domain, String path) Expires a cookie from the cookie set.HttpServerResponse.removeCookie(String name, String domain, String path, boolean invalidate) Remove a cookie from the cookie set.Sets the domain of this cookieCookie.setHttpOnly(boolean httpOnly) Determines if this cookie is HTTP only.Cookie.setMaxAge(long maxAge) Sets the maximum age of this cookie in seconds.Sets the path of this cookie.Cookie.setSameSite(CookieSameSite policy) Sets the same site of this cookie.Cookie.setSecure(boolean secure) Sets the security getStatus of this cookieSets the value of this cookieMethods in io.vertx.core.http that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpServerRequest.cookies()Returns a modifiable set of parsed cookies from theCOOKIEheader.Returns a read only set of parsed cookies that match the given name, or an empty set.HttpServerResponse.removeCookies(String name) Expire all cookies, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookies(String name, boolean invalidate) Remove all cookies from the cookie set.Methods in io.vertx.core.http with parameters of type CookieModifier and TypeMethodDescriptionAdd a cookie. -
Uses of Cookie in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return CookieModifier and TypeMethodDescriptionGet the cookie with the specified name.Get the cookie with the specifiedinvalid input: '<'name, domain, path>.HttpServerResponse.removeCookie(String name) Expire a cookie, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookie(String name, boolean invalidate) Remove a cookie from the cookie set.HttpServerResponse.removeCookie(String name, String domain, String path) Expires a cookie from the cookie set.HttpServerResponse.removeCookie(String name, String domain, String path, boolean invalidate) Remove a cookie from the cookie set.Methods in io.vertx.reactivex.core.http that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpServerRequest.cookies()Returns a modifiable set of parsed cookies from theCOOKIEheader.Returns a read only set of parsed cookies that match the given name, or an empty set.HttpServerResponse.removeCookies(String name) Expire all cookies, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookies(String name, boolean invalidate) Remove all cookies from the cookie set.Methods in io.vertx.reactivex.core.http with parameters of type CookieModifier and TypeMethodDescriptionAdd a cookie. -
Uses of Cookie in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return CookieModifier and TypeMethodDescriptionGet the cookie with the specified name.Get the cookie with the specifiedinvalid input: '<'name, domain, path>.HttpServerResponse.removeCookie(String name) Expire a cookie, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookie(String name, boolean invalidate) Remove a cookie from the cookie set.HttpServerResponse.removeCookie(String name, String domain, String path) Expires a cookie from the cookie set.HttpServerResponse.removeCookie(String name, String domain, String path, boolean invalidate) Remove a cookie from the cookie set.Methods in io.vertx.rxjava3.core.http that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpServerRequest.cookies()Returns a modifiable set of parsed cookies from theCOOKIEheader.Returns a read only set of parsed cookies that match the given name, or an empty set.HttpServerResponse.removeCookies(String name) Expire all cookies, notifying a User Agent to remove it from its cookie jar.HttpServerResponse.removeCookies(String name, boolean invalidate) Remove all cookies from the cookie set.Methods in io.vertx.rxjava3.core.http with parameters of type CookieModifier and TypeMethodDescriptionAdd a cookie.