public final class Cookies extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INITIAL_SIZE |
Constructor and Description |
---|
Cookies(MimeHeaders headers)
Construct a new cookie collection, that will extract
the information from headers.
|
Modifier and Type | Method and Description |
---|---|
ServerCookie |
getCookie(int idx)
Indexed access.
|
int |
getCookieCount() |
void |
recycle() |
String |
toString()
EXPENSIVE!!!
|
public static final int INITIAL_SIZE
public Cookies(MimeHeaders headers)
headers
- Cookies are lazy-evaluated and will extract the
information from the provided headers.public void recycle()
public String toString()
public ServerCookie getCookie(int idx)
public int getCookieCount()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.