| Package | Description |
|---|---|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.io.rest |
Simplified REST API
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionRequest.CachingMode |
ConnectionRequest.getCacheMode()
There are 5 caching modes:
|
static ConnectionRequest.CachingMode |
ConnectionRequest.getDefaultCacheMode()
The default value for the cacheMode property see
ConnectionRequest.getCacheMode() |
static ConnectionRequest.CachingMode |
ConnectionRequest.CachingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionRequest.CachingMode[] |
ConnectionRequest.CachingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRequest.setCacheMode(ConnectionRequest.CachingMode cacheMode)
There are 5 caching modes:
|
static void |
ConnectionRequest.setDefaultCacheMode(ConnectionRequest.CachingMode aDefaultCacheMode)
The default value for the cacheMode property see
ConnectionRequest.getCacheMode() |
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilder.cacheMode(ConnectionRequest.CachingMode cache)
Sets the caching mode for this request, see
ConnectionRequest.getCacheMode() |
Copyright © 2022. All rights reserved.