public class CookieJar extends Object implements Serializable
| Constructor and Description |
|---|
CookieJar()
Create a new, empty cookie jar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyRelevantCookies(URLConnection connection) |
void |
recordAnyCookies(URLConnection connection)
Records any cookies which have been sent as part of an HTTP response.
|
public void recordAnyCookies(URLConnection connection)
public void applyRelevantCookies(URLConnection connection)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.