| Package | Description | 
|---|---|
| io.vertx.reactivex.core.http | |
| io.vertx.reactivex.ext.web | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Cookie> | 
Cookie.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Cookie | 
Cookie.cookie(String name,
      String value)
Create a new cookie 
 | 
Cookie | 
HttpServerRequest.getCookie(String name)
Get the cookie with the specified name. 
 | 
static Cookie | 
Cookie.newInstance(Cookie arg)  | 
Cookie | 
HttpServerResponse.removeCookie(String name)
Expire a cookie, notifying a User Agent to remove it from its cookie jar. 
 | 
Cookie | 
HttpServerResponse.removeCookie(String name,
            boolean invalidate)
Remove a cookie from the cookie set. 
 | 
Cookie | 
Cookie.setDomain(String domain)
Sets the domain of this cookie 
 | 
Cookie | 
Cookie.setHttpOnly(boolean httpOnly)
Determines if this cookie is HTTP only. 
 | 
Cookie | 
Cookie.setMaxAge(long maxAge)
Sets the maximum age of this cookie in seconds. 
 | 
Cookie | 
Cookie.setPath(String path)
Sets the path of this cookie. 
 | 
Cookie | 
Cookie.setSameSite(CookieSameSite policy)
Sets the same site of this cookie. 
 | 
Cookie | 
Cookie.setSecure(boolean secure)
Sets the security getStatus of this cookie 
 | 
Cookie | 
Cookie.setValue(String value)
Sets the value of this cookie 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpServerResponse | 
HttpServerResponse.addCookie(Cookie cookie)
Add a cookie. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Cookie
Represents an HTTP Cookie. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RoutingContext | 
RoutingContext.addCookie(Cookie cookie)
Add a cookie. 
 | 
Copyright © 2020 Eclipse. All rights reserved.