Package 

Class BaseStreamSender

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean isOpen
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseStreamSender(StreamDestination<T> destination)
    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsOpen()
      final Result<Unit> write(T data) Write to the stream.
      final Unit close(String reason)
      • Methods inherited from class java.lang.Object

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