| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodenameOneImplementation.addCookie(Cookie c)
Adds/replaces a cookie to be sent to the given domain
|
void |
CodenameOneImplementation.addCookie(Cookie[] cookiesArray) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionRequest.cookieReceived(Cookie c)
Callback invoked for every cookie received from the server
|
protected void |
ConnectionRequest.cookieSent(Cookie c)
Callback invoked for every cookie being sent to the server
|
Copyright © 2022. All rights reserved.