Interface LoadCaptionsTask.ResponseStreamListener

  • Enclosing class:
    LoadCaptionsTask

    public static interface LoadCaptionsTask.ResponseStreamListener
    Provides a callback interface for processing an InputStream containing the response body of an HTTP request.
    • Method Detail

      • onStreamReady

        void onStreamReady​(java.io.InputStream stream)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception