|
HttpTransport class HttpTransport is a descendant of InetTransport. HttpTransport is used to send messages across network using HTTP protocol. With HttpTransport each message is sent using POST request. For information about proxy support, see description of Proxy support in SocketTransport and HTTPTransport
[Java ME] Description
HttpTransport is a descendant of InetTransport that transfers messages between computers using HTTP protocol.
HttpTransport can act in client, server or peer-to-peer modes (use TransportMode property to specify the mode). HttpTransport supports Transformer classes.
Message address for HttpMessenger looks like
Inherited from InetTransport
Inherited from BaseTransport
Inherited from InetTransport Inherited from BaseTransportInherited from InetTransport |
|
