public class ServerCookies extends Object
Constructor and Description |
---|
ServerCookies(int initialSize) |
Modifier and Type | Method and Description |
---|---|
ServerCookie |
addCookie()
Register a new, initialized cookie.
|
ServerCookie |
getCookie(int idx) |
int |
getCookieCount() |
void |
recycle() |
public ServerCookie addCookie()
public ServerCookie getCookie(int idx)
public int getCookieCount()
public void recycle()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.