| 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:
|
| FTP |
This class implements the File Transfer Protocol.
|
| HttpStream |
A HttpStream HAS-A totalcross.net.Socket and takes care of exchange protocol.
|
| HttpStream.Options |
This static class is used by one of the constructor methods.
|
| ServerSocket |
ServerSocket is a TCP/IP network server socket.
|
| Socket |
Socket is a TCP/IP network socket.
|
| SocketFactory |
This class creates sockets.
|
| URI |
An URI represents a Uniform Resource Identifier, or an address of something in the Internet.
|
| URI.Path |
Used as the path component of this URI.
|