Class POBNetworkHandler

  • All Implemented Interfaces:

    
    public class POBNetworkHandler
    
                        

    Class to make a network call using Volley API. Note: Caching is disabled by default for all the network requests. By default, responses are delivered on the current thread (usually background). You can specify a custom thread executor for response delivery.