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