public class QuarkusRequestWrapper.QuarkusCookie extends Object implements io.vertx.core.http.Cookie
| Constructor and Description |
|---|
QuarkusCookie() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode() |
String |
getDomain() |
String |
getName() |
String |
getPath() |
QuarkusRequestWrapper |
getRequestWrapper() |
io.vertx.core.http.CookieSameSite |
getSameSite() |
String |
getValue() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
io.vertx.core.http.Cookie |
setDomain(String domain) |
io.vertx.core.http.Cookie |
setHttpOnly(boolean httpOnly) |
io.vertx.core.http.Cookie |
setMaxAge(long maxAge) |
io.vertx.core.http.Cookie |
setPath(String path) |
io.vertx.core.http.Cookie |
setSameSite(io.vertx.core.http.CookieSameSite policy) |
io.vertx.core.http.Cookie |
setSecure(boolean secure) |
io.vertx.core.http.Cookie |
setValue(String value) |
public QuarkusRequestWrapper getRequestWrapper()
public String getName()
getName in interface io.vertx.core.http.Cookiepublic String getValue()
getValue in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setValue(String value)
setValue in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setDomain(String domain)
setDomain in interface io.vertx.core.http.Cookiepublic String getDomain()
getDomain in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setPath(String path)
setPath in interface io.vertx.core.http.Cookiepublic String getPath()
getPath in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setMaxAge(long maxAge)
setMaxAge in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setSecure(boolean secure)
setSecure in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setHttpOnly(boolean httpOnly)
setHttpOnly in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.Cookie setSameSite(io.vertx.core.http.CookieSameSite policy)
setSameSite in interface io.vertx.core.http.Cookiepublic String encode()
encode in interface io.vertx.core.http.Cookiepublic io.vertx.core.http.CookieSameSite getSameSite()
getSameSite in interface io.vertx.core.http.Cookiepublic boolean isSecure()
isSecure in interface io.vertx.core.http.Cookiepublic boolean isHttpOnly()
isHttpOnly in interface io.vertx.core.http.CookieCopyright © 2021 JBoss by Red Hat. All rights reserved.