Class WriteStreamSubscriber<T extends WriteStream<Buffer>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static long BUFF_SIZE  
      protected T stream  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete()  
      void onError​(java.lang.Throwable t)  
      void onNext​(java.nio.ByteBuffer byteBuffer)  
      void onSubscribe​(Subscription subscription)  
      • Methods inherited from class java.lang.Object

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