Class NoopTransportObserver.NoopWriteObserver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void itemReceived()
      Callback when an item is received and ready to be written.
      void itemWritten()
      Callback when an item is written to the transport.
      void onFlushRequest()
      Callback when flush operation is requested.
      void requestedToWrite​(long n)
      Callback when new items are requested to write.
      void writeCancelled()
      Callback when the write operation is cancelled.
      void writeComplete()
      Callback when the entire write operation completes successfully.
      void writeFailed​(java.lang.Throwable cause)
      Callback when the write operation fails with an error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait