Interface CookieManager

  • All Known Implementing Classes:
    DefaultCookieManager

    public interface CookieManager
    Interface for the reading and writing of control related cookies.
    • Method Detail

      • readCookie

        byte[] readCookie()
        Read and return a cookie from storage.
        Returns:
        cookie read from storage
      • writeCookie

        void writeCookie​(byte[] cookie)
        Writes a cookie to storage.
        Parameters:
        cookie - to write