See: Description
Interface | Description |
---|---|
FTP.ProgressInformation |
Assign the progressInfo member to an instance of this interface to receive information of how many bytes were transfered.
|
Class | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base64 |
Contains methods to encode and decode to base 64.
|
|||||||||||||||||||||||||||||||||
ByteString |
String of bytes.
|
|||||||||||||||||||||||||||||||||
ConnectionManager |
The ConnectionManager allows you to open and close remote connections from your application.
Although its behavior may differ from one platform to another, the objective is to provide a unified process to handle connections across all supported platforms. The configuration string received by setDefaultConfiguration is a list of parameters in the format "parameter=value" separated by a semi-colon ";" (spaces are not allowed). To configure a GPRS connection, you may provide the following parameters:
Package totalcross.net DescriptionMany classes that deals with network communication, like SMTP, FTP, Http, Socket and ServerSocket.
|