Class CookieSettingReader


  • public class CookieSettingReader
    extends HeaderReader<org.restlet.data.CookieSetting>
    Cookie setting header reader.
    Author:
    Jerome Louvel
    • Constructor Detail

      • CookieSettingReader

        public CookieSettingReader​(java.lang.String header)
        Constructor.
        Parameters:
        header - The header to read.
    • Method Detail

      • read

        public static org.restlet.data.CookieSetting read​(java.lang.String cookieSetting)
                                                   throws java.lang.IllegalArgumentException
        Parses the given String to a CookieSetting
        Parameters:
        cookieSetting -
        Returns:
        the CookieSetting parsed from the String
        Throws:
        java.lang.IllegalArgumentException - Thrown if the String can not be parsed as CookieSetting.
      • readValue

        public org.restlet.data.CookieSetting readValue()
                                                 throws java.io.IOException
        Description copied from class: HeaderReader
        Read the next value. There can be multiple values for a single header. Returns null by default.
        Overrides:
        readValue in class HeaderReader<org.restlet.data.CookieSetting>
        Returns:
        The next value.
        Throws:
        java.io.IOException