public final class CookieConverter extends Object
| Constructor and Description |
|---|
CookieConverter() |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.ext.web.Cookie |
toCookie(org.springframework.http.ResponseCookie responseCookie) |
static org.springframework.http.HttpCookie |
toHttpCookie(io.vertx.ext.web.Cookie cookie) |
static List<org.springframework.http.ResponseCookie> |
toResponseCookies(String cookieHeader) |
Copyright © 2019. All rights reserved.