Interface HttpStream.HttpStreamWriteChunkCompletionCallback

Enclosing class:
HttpStream

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

    Modifier and Type
    Method
    Description
    void
    onChunkCompleted(int errorCode)
     
  • Method Details

    • onChunkCompleted

      void onChunkCompleted(int errorCode)