HomeSort by relevance Sort by last modified time
    Searched refs:Network (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /frameworks/support/volley/src/com/android/volley/
Network.java 22 public interface Network {
NetworkDispatcher.java 22 * Provides a thread for performing network dispatch from a queue of requests.
24 * Requests added to the specified queue are processed from the network via a
25 * specified {@link Network} interface. Responses are committed to cache, if
33 /** The network interface for processing requests. */
34 private final Network mNetwork;
43 * Creates a new network dispatcher thread. You must call {@link #start()}
47 * @param network Network interface to use for performing requests
52 Network network, Cache cache
    [all...]