Class CookieConverter


  • public final class CookieConverter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CookieConverter()  
    • Method Summary

      Modifier and Type Method Description
      static io.vertx.core.http.Cookie toCookie​(org.springframework.http.ResponseCookie responseCookie)  
      static org.springframework.http.HttpCookie toHttpCookie​(io.vertx.core.http.Cookie cookie)  
      static java.util.List<org.springframework.http.ResponseCookie> toResponseCookies​(java.lang.String cookieHeader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CookieConverter

        public CookieConverter()
    • Method Detail

      • toCookie

        public static io.vertx.core.http.Cookie toCookie​(org.springframework.http.ResponseCookie responseCookie)
      • toHttpCookie

        public static org.springframework.http.HttpCookie toHttpCookie​(io.vertx.core.http.Cookie cookie)
      • toResponseCookies

        public static java.util.List<org.springframework.http.ResponseCookie> toResponseCookies​(java.lang.String cookieHeader)