com.noelios.restlet.http
Class CookieReader
java.lang.Object
com.noelios.restlet.http.HeaderReader
com.noelios.restlet.http.CookieReader
public class CookieReader
- extends HeaderReader
Cookie header reader.
- Author:
- Jerome Louvel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieReader
public CookieReader(String header)
- Constructor.
- Parameters:
header
- The header to read.
readCookie
public Cookie readCookie()
throws IOException
- Reads the next cookie available or null.
- Returns:
- The next cookie available or null.
- Throws:
IOException
readCookieSetting
public CookieSetting readCookieSetting()
throws IOException
- Reads the next cookie setting available or null.
- Returns:
- The next cookie setting available or null.
- Throws:
IOException
Copyright © 2005-2008 Noelios Technologies.