|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.http.HeaderReader
com.noelios.restlet.http.CookieReader
public class CookieReader
Cookie header reader.
Constructor Summary | |
---|---|
CookieReader(java.lang.String header)
Constructor. |
Method Summary | |
---|---|
Cookie |
readCookie()
Reads the next cookie available or null. |
CookieSetting |
readCookieSetting()
Reads the next cookie setting available or null. |
Methods inherited from class com.noelios.restlet.http.HeaderReader |
---|
appendQuotedString, isLinearWhiteSpace, isValueSeparator, read, readQuotedString, readValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CookieReader(java.lang.String header)
header
- The header to read.Method Detail |
---|
public Cookie readCookie() throws java.io.IOException
java.io.IOException
public CookieSetting readCookieSetting() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |