| Package | Description |
|---|---|
| com.codename1.ads |
A legacy banner Ads API.
|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.io.gzip |
gzip support based on https://github.com/ymnk/jzlib
|
| com.codename1.io.services |
Default WebService implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdsService
This is an abstract Ads Service.
|
class |
InnerActive
This is an Ad service implementation by InnerActive see:
http://console.inner-active.com/iamp/publisher/register?ref_id=affiliate_CodenameOne
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
class |
MultipartRequest
A multipart post request allows a developer to submit large binary data
files to the server in a multipart mime post request.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.copyNoClose(InputStream i,
OutputStream o,
int bufferSize,
IOProgressListener callback)
Copy the input stream into the output stream, without closing the streams when done
|
void |
BufferedOutputStream.setProgressListener(IOProgressListener progressListener)
Sets the callback for IO updates from a buffered stream
|
void |
BufferedInputStream.setProgressListener(IOProgressListener progressListener)
Sets the callback for IO updates from a buffered stream
|
| Modifier and Type | Class and Description |
|---|---|
class |
GZConnectionRequest
A connection request that can detect a GZipped response, parse it automatically and unzip it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedDataService
Simple service that allows downloading and caching data locally.
|
class |
ImageDownloadService
Deprecated.
this class uses an unconventional storage mechanism and has many issues, we recommend
replacing it with the simpler and more powerful URLImage or Util.dowloadFileTo* calls.
|
class |
RSSService
Simple RSS read and parse request, to handle errors just subclass this and override
parsingError.
|
class |
TwitterRESTService
Calls to the Twitter REST API can be performed via this class although currently
support for authentication isn't implemented due to the transition to oAuth instead
of basic authentication.
|
Copyright © 2021. All rights reserved.