Interface VertxOutput

All Known Implementing Classes:
VertxBlockingOutput

public interface VertxOutput
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(io.netty.buffer.ByteBuf data, boolean last)
     
    writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)
     
  • Method Details

    • write

      void write(io.netty.buffer.ByteBuf data, boolean last) throws IOException
      Throws:
      IOException
    • writeNonBlocking

      CompletionStage<Void> writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)