EMPTY_VALUE| Constructor and Description |
|---|
CookieSeries()
Constructor.
|
CookieSeries(java.util.List<Cookie> delegate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
createEntry(java.lang.String name,
java.lang.String value)
Creates a new entry.
|
Series<Cookie> |
createSeries(java.util.List<Cookie> delegate)
Creates a new series.
|
add, copyTo, getFirst, getFirst, getFirstValue, getFirstValue, getFirstValue, getFirstValue, getNames, getValues, getValues, getValuesArray, getValuesArray, getValuesMap, removeAll, removeAll, removeFirst, removeFirst, set, set, subList, subList, subList, unmodifiableSeriesadd, add, addAll, addAll, clear, contains, containsAll, equals, get, getDelegate, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray, toStringpublic CookieSeries()
public CookieSeries(java.util.List<Cookie> delegate)
delegate - The delegate list.public Cookie createEntry(java.lang.String name, java.lang.String value)
SeriescreateEntry in class Series<Cookie>name - The name of the entry.value - The value of the entry.Copyright © 2005-2012. All Rights Reserved.