- All Implemented Interfaces:
- com.android.volley.Network
public class AylaLocalNetwork
extends java.lang.Object
implements com.android.volley.Network
Network implementation that can handle AylaLanRequests.
Requests that are AylaLanRequests are handled in the performRequest method by iterating
through each of their commands and gathering responses from the device for each. Once the
responses (or errors) have been gathered for each request, the method returns as if it were a
single request.
Requests that are not AylaLanRequest objects are passed through to the "passthrough network",
a "real" network used by Volley. This network is passed in as a parameter to the constructor.