Package | Description |
---|---|
io.vertx.ext.web | |
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 |
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 © 2023 Eclipse. All rights reserved.