|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.util.WrapperList<E>
org.restlet.util.Series<Cookie>
org.restlet.engine.util.CookieSeries
public class CookieSeries
Cookie series used internally by the Request
class.
Field Summary |
---|
Fields inherited from class org.restlet.util.Series |
---|
EMPTY_VALUE |
Constructor Summary | |
---|---|
CookieSeries()
Constructor. |
|
CookieSeries(java.util.List<Cookie> delegate)
Constructor. |
Method Summary | |
---|---|
Cookie |
createEntry(java.lang.String name,
java.lang.String value)
|
Series<Cookie> |
createSeries(java.util.List<Cookie> delegate)
|
Methods inherited from class org.restlet.util.Series |
---|
add, copyTo, getFirst, getFirst, getFirstValue, getFirstValue, getFirstValue, getFirstValue, getNames, getValues, getValues, getValuesArray, getValuesArray, getValuesMap, removeAll, removeAll, removeFirst, removeFirst, set, set, subList, subList, subList, unmodifiableSeries |
Methods inherited from class org.restlet.util.WrapperList |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getDelegate, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CookieSeries()
public CookieSeries(java.util.List<Cookie> delegate)
delegate
- The delegate list.Method Detail |
---|
public Cookie createEntry(java.lang.String name, java.lang.String value)
createEntry
in class Series<Cookie>
public Series<Cookie> createSeries(java.util.List<Cookie> delegate)
createSeries
in class Series<Cookie>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |