Class HttpCall<V>

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class HttpCall<V>
    extends Call.Base<V>
    • Method Detail

      • doExecute

        protected V doExecute()
                       throws java.io.IOException
        Specified by:
        doExecute in class Call.Base<V>
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • parseResponse

        public static <V> V parseResponse​(okhttp3.Response response,
                                          HttpCall.BodyConverter<V> bodyConverter)
                                   throws java.io.IOException
        Throws:
        java.io.IOException