| Modifier and Type | Method and Description |
|---|---|
static MagicCookie |
MagicCookie.parse(byte[] data,
int start)
Parse a magic cookie from the given byte array at the given index.
|
static MagicCookie |
MagicCookie.parse(String cookie)
Parse a magic cookie from the given String.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MagicCookie> |
AddpClient.getMagicCookieList()
Gets the
MagicCookies used when sending requests. |