Interface HttpStreamBase.HttpStreamWriteDataCompletionCallback

Enclosing class:
HttpStreamBase

public static interface HttpStreamBase.HttpStreamWriteDataCompletionCallback
Completion interface for writing data to an http stream.
  • Method Summary

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

    • onWriteDataCompleted

      void onWriteDataCompleted(int errorCode)