public final class CookieFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
fromString(String cookieString)
Parse an cookie string.
|
static HashMap<String,Cookie> |
fromStrings(String[] stringCookies)
Parse an list of strings which represents an cookie.
|
Copyright © 2019. All rights reserved.