Interface ChunkedBodyOutputStream.Listener

Enclosing class:
ChunkedBodyOutputStream

static interface ChunkedBodyOutputStream.Listener
Set a close listener which will be called when the user closes the stream.

This is used to indicate that the body has been completely written.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onClosed

      void onClosed()