Much of the documentation for these classes is shared with the functions in maapi.h. Links to that documentation are available where appropriate.
#include <ma.h>
#include "Environment.h"
#include "String.h"
Namespaces | |
namespace | MAUtil |
Classes | |
class | MAUtil::ConnectionListener |
A listener for events from the Connection class. All the default implementations call maPanic(). More... | |
class | MAUtil::Connection |
An Environment-based communications class. Encapsulates MoSync's basic connection system, which supports, for example, TCP, HTTP and Bluetooth. More... | |
class | MAUtil::HttpConnectionListener |
A listener for events from the HttpConnection class. More... | |
class | MAUtil::HttpConnection |
This class describes a single HTTP 1.0 operation. More... |