Class POBVolley

  • All Implemented Interfaces:

    
    public class POBVolley
    
                        

    PMVolley is custom volley class to extend the volley functionality

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      POBVolley()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static POBRequestQueue newRequestQueue(@NonNull() Context context, @NonNull() Network network) Method is to create new request of volley
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POBVolley

        POBVolley()
    • Method Detail

      • newRequestQueue

         static POBRequestQueue newRequestQueue(@NonNull() Context context, @NonNull() Network network)

        Method is to create new request of volley

        Parameters:
        context - android context
        network - of type volley Network
        Returns:

        value of PMRequestQueue