Interface DataChannelWriter

    • Method Detail

      • setDataStream

        void setDataStream​(java.io.OutputStream out)
      • write

        void write​(Buffer buffer)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • endOfData

        void endOfData()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException