![]() |
![]() |
![]() |
![]() |
Palm OS Platform Network operations
The Sourcerer can generate code which will let the Palm OS Platform connect to other computers via HTTP or through a socket connection. The options are
- Make an HTTP connection...
- Make a socket connection
- Perform a Socket operation...
- Close an HTTP connection
- Close a socket connection
To make an HTTP connection or a socket connection, a URL must be entered. Note that the URL for socket connections must include a port number. There are six options for an HTTP connection. They are
- Get the entire contents of the URL
- Get the encoding of the page
- Get the length of the page
- Get the type of the page
- Open an InputStream
- Open an OutputStream
There are similar operations for sockets:
Note that it is important to close HTTP and socket connections, as well as any InputStreams and OutputStreams that may have been opened.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |