org.restlet.engine.util
Class CookieSeries

java.lang.Object
  extended by org.restlet.util.WrapperList<E>
      extended by org.restlet.util.Series<Cookie>
          extended by org.restlet.engine.util.CookieSeries
All Implemented Interfaces:
Iterable<Cookie>, Collection<Cookie>, List<Cookie>

public class CookieSeries
extends Series<Cookie>

Cookie series used internally by the Request class.

Author:
Jerome Louvel

Field Summary
 
Fields inherited from class org.restlet.util.Series
EMPTY_VALUE
 
Constructor Summary
CookieSeries()
          Constructor.
CookieSeries(List<Cookie> delegate)
          Constructor.
 
Method Summary
 Cookie createEntry(String name, String value)
           
 Series<Cookie> createSeries(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

CookieSeries

public CookieSeries()
Constructor.


CookieSeries

public CookieSeries(List<Cookie> delegate)
Constructor.

Parameters:
delegate - The delegate list.
Method Detail

createEntry

public Cookie createEntry(String name,
                          String value)
Specified by:
createEntry in class Series<Cookie>

createSeries

public Series<Cookie> createSeries(List<Cookie> delegate)
Specified by:
createSeries in class Series<Cookie>


Copyright © 2005-2011 Noelios Technologies.