Class QuarkusRequestWrapper.QuarkusCookie
java.lang.Object
io.quarkus.vertx.http.runtime.filters.QuarkusRequestWrapper.QuarkusCookie
- All Implemented Interfaces:
io.vertx.core.http.Cookie
- Enclosing class:
QuarkusRequestWrapper
public class QuarkusRequestWrapper.QuarkusCookie
extends Object
implements io.vertx.core.http.Cookie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode()longgetName()getPath()io.vertx.core.http.CookieSameSitegetValue()booleanbooleanisSecure()io.vertx.core.http.Cookieio.vertx.core.http.CookiesetHttpOnly(boolean httpOnly) io.vertx.core.http.CookiesetMaxAge(long maxAge) io.vertx.core.http.Cookieio.vertx.core.http.CookiesetSameSite(io.vertx.core.http.CookieSameSite policy) io.vertx.core.http.CookiesetSecure(boolean secure) io.vertx.core.http.Cookie
-
Constructor Details
-
QuarkusCookie
public QuarkusCookie()
-
-
Method Details
-
getRequestWrapper
-
getName
- Specified by:
getNamein interfaceio.vertx.core.http.Cookie
-
getValue
- Specified by:
getValuein interfaceio.vertx.core.http.Cookie
-
setValue
- Specified by:
setValuein interfaceio.vertx.core.http.Cookie
-
setDomain
- Specified by:
setDomainin interfaceio.vertx.core.http.Cookie
-
getDomain
- Specified by:
getDomainin interfaceio.vertx.core.http.Cookie
-
setPath
- Specified by:
setPathin interfaceio.vertx.core.http.Cookie
-
getPath
- Specified by:
getPathin interfaceio.vertx.core.http.Cookie
-
setMaxAge
public io.vertx.core.http.Cookie setMaxAge(long maxAge) - Specified by:
setMaxAgein interfaceio.vertx.core.http.Cookie
-
getMaxAge
public long getMaxAge()- Specified by:
getMaxAgein interfaceio.vertx.core.http.Cookie
-
setSecure
public io.vertx.core.http.Cookie setSecure(boolean secure) - Specified by:
setSecurein interfaceio.vertx.core.http.Cookie
-
setHttpOnly
public io.vertx.core.http.Cookie setHttpOnly(boolean httpOnly) - Specified by:
setHttpOnlyin interfaceio.vertx.core.http.Cookie
-
setSameSite
public io.vertx.core.http.Cookie setSameSite(io.vertx.core.http.CookieSameSite policy) - Specified by:
setSameSitein interfaceio.vertx.core.http.Cookie
-
encode
- Specified by:
encodein interfaceio.vertx.core.http.Cookie
-
getSameSite
public io.vertx.core.http.CookieSameSite getSameSite()- Specified by:
getSameSitein interfaceio.vertx.core.http.Cookie
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceio.vertx.core.http.Cookie
-
isHttpOnly
public boolean isHttpOnly()- Specified by:
isHttpOnlyin interfaceio.vertx.core.http.Cookie
-