Package totalcross.net

Many classes that deals with network communication, like SMTP, FTP, Http, Socket and ServerSocket.

See:
          Description

Interface Summary
FTP.ProgressInformation Assign the progressInfo member to an instance of this interface to receive information of how many bytes were transfered.
 

Class Summary
Base64 Contains methods to encode and decode to base 64.
ByteString totalcross.lang.String of bytes.
ConnectionManager The ConnectionManager allows you to open and close remote connections from your application.
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 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.
 

Exception Summary
AuthenticationException  
FTPConnectionClosedException This Exception is thrown when a FTP connection is closed, maybe explicitly or by timeout.
SocketTimeoutException Thrown when a socket times out in a connect, read or write operation.
UnknownHostException Thrown when you try to connect to a host that was not found.
 

Package totalcross.net Description

Many classes that deals with network communication, like SMTP, FTP, Http, Socket and ServerSocket.