The Network layer handles all network layer related tasks, hides the complexity of network communication, and provides easy to use APIs to the applications.
List of Features
- Provides interfaces for request handling
- Handles the requests asynchronously
- Handles
the requests by multiple number of threads (configurable)
- Handles the data streaming from server to device and device to server. A
streaming API is provided to allow the value to be accessed in chunks. See
SDMRequest and SDMResponse, for more
information on streaming APIs.