| Package | Description |
|---|---|
| io.vertx.ext.web | |
| io.vertx.ext.web.impl | |
| io.vertx.reactivex.ext.web | |
| io.vertx.rxjava.ext.web |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.cookie(io.netty.handler.codec.http.cookie.Cookie nettyCookie)
Deprecated.
Create a new cookie from a Netty cookie
|
static Cookie |
Cookie.cookie(String name,
String value)
Deprecated.
Create a new cookie
|
Cookie |
RoutingContext.getCookie(String name)
Get the cookie with the specified name.
|
default Cookie |
RoutingContext.removeCookie(String name)
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
|
Cookie |
RoutingContext.removeCookie(String name,
boolean invalidate)
Remove a cookie from the cookie set.
|
Cookie |
Cookie.setDomain(String domain)
Deprecated.
|
Cookie |
Cookie.setHttpOnly(boolean httpOnly)
Deprecated.
|
Cookie |
Cookie.setMaxAge(long maxAge)
Deprecated.
|
Cookie |
Cookie.setPath(String path)
Deprecated.
|
Cookie |
Cookie.setSecure(boolean secure)
Deprecated.
|
Cookie |
Cookie.setValue(String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cookie> |
RoutingContext.cookies()
Deprecated.
use instead
RoutingContext.cookieMap() |
| Modifier and Type | Method and Description |
|---|---|
RoutingContext |
RoutingContext.addCookie(Cookie cookie)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
RoutingContextImpl.getCookie(String name) |
Cookie |
RoutingContextWrapper.getCookie(String name) |
Cookie |
RoutingContextDecorator.getCookie(String name) |
Cookie |
RoutingContextImpl.removeCookie(String name,
boolean invalidate) |
Cookie |
RoutingContextWrapper.removeCookie(String name,
boolean invalidate) |
Cookie |
RoutingContextDecorator.removeCookie(String name,
boolean invalidate) |
Cookie |
CookieImpl.setDomain(String domain) |
Cookie |
CookieImpl.setHttpOnly(boolean httpOnly) |
Cookie |
CookieImpl.setMaxAge(long maxAge) |
Cookie |
CookieImpl.setPath(String path) |
Cookie |
CookieImpl.setSameSite(CookieSameSite policy) |
Cookie |
CookieImpl.setSecure(boolean secure) |
Cookie |
CookieImpl.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Set<Cookie> |
RoutingContextImpl.cookies() |
Set<Cookie> |
RoutingContextWrapper.cookies() |
Set<Cookie> |
RoutingContextDecorator.cookies() |
| Modifier and Type | Method and Description |
|---|---|
RoutingContext |
RoutingContextImpl.addCookie(Cookie cookie) |
RoutingContext |
RoutingContextWrapper.addCookie(Cookie cookie) |
RoutingContext |
RoutingContextDecorator.addCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.newInstance(Cookie arg) |
| Constructor and Description |
|---|
Cookie(Cookie delegate) |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.newInstance(Cookie arg) |
| Constructor and Description |
|---|
Cookie(Cookie delegate) |
Copyright © 2020. All rights reserved.