| Package | Description |
|---|---|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.io.rest |
Simplified REST API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Data.ByteData
Wraps a byte[] array as a Data object.
|
static class |
Data.FileData
Wraps a File as a Data object.
|
static class |
Data.StorageData
Wraps a Storage object as a Data object.
|
static class |
Data.StringData |
| Modifier and Type | Method and Description |
|---|---|
Data |
ConnectionRequest.getRequestBodyData()
The request body can be used instead of arguments to pass JSON data to a restful request,
it can't be used in a get request and will fail if you have arguments
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRequest.setRequestBody(Data data)
The request body can be used instead of arguments to pass JSON data to a restful request,
it can't be used in a get request and will fail if you have arguments.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilder.body(Data body)
Sets the request body lazily.
|
Copyright © 2021. All rights reserved.