org.restlet.engine.header
Class CookieSettingReader
java.lang.Object
org.restlet.engine.header.HeaderReader<CookieSetting>
org.restlet.engine.header.CookieSettingReader
public class CookieSettingReader
- extends HeaderReader<CookieSetting>
Cookie setting header reader.
- Author:
- Jerome Louvel
Methods inherited from class org.restlet.engine.header.HeaderReader |
addValues, canAdd, createParameter, createParameter, mark, peek, read, readActualNamedValue, readComment, readDate, readDigits, readHeader, readHeader, readNamedValue, readParameter, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieSettingReader
public CookieSettingReader(String header)
- Constructor.
- Parameters:
header
- The header to read.
read
public static CookieSetting read(String cookieSetting)
throws IllegalArgumentException
- Parses the given String to a CookieSetting
- Parameters:
cookieSetting
-
- Returns:
- the CookieSetting parsed from the String
- Throws:
IllegalArgumentException
- Thrown if the String can not be parsed as CookieSetting.
readValue
public CookieSetting readValue()
throws 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<CookieSetting>
- Returns:
- The next value.
- Throws:
IOException
Copyright © 2005-2013 Restlet.