Class CookieDecoder

    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.Set<Cookie> decode​(java.lang.String header)
      Deprecated.
       
      static java.util.Set<Cookie> decode​(java.lang.String header, boolean strict)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • decode

        public static java.util.Set<Cookie> decode​(java.lang.String header)
        Deprecated.
      • decode

        public static java.util.Set<Cookie> decode​(java.lang.String header,
                                                   boolean strict)
        Deprecated.