Class ApiCall<T>

    • Constructor Detail

      • ApiCall

        public ApiCall()
    • Method Detail

      • getRawCall

        protected okhttp3.Call getRawCall()
                                   throws IOException
        Returns the raw call, initializing it if necessary. Throws if initializing the raw call throws, or has thrown in previous attempts to create it.
        Throws:
        IOException
      • isExecuted

        public boolean isExecuted()
      • cancel

        public void cancel()
      • isCanceled

        public boolean isCanceled()