Interface HttpStream.HttpStreamWriteChunkCompletionCallback

  • Enclosing class:
    HttpStream

    public static interface HttpStream.HttpStreamWriteChunkCompletionCallback
    Completion interface for writing chunks to an http stream
    • Method Detail

      • onChunkCompleted

        void onChunkCompleted​(int errorCode)