Class LogWatchCallback

    • Method Detail

      • waitUntilReady

        public void waitUntilReady()
      • onFailure

        public void onFailure​(okhttp3.Call call,
                              IOException ioe)
        Specified by:
        onFailure in interface okhttp3.Callback
      • onResponse

        public void onResponse​(okhttp3.Call call,
                               okhttp3.Response response)
                        throws IOException
        Specified by:
        onResponse in interface okhttp3.Callback
        Throws:
        IOException