Class OfOutputStream

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.consumer.AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
io.activej.csp.consumer.impl.OfOutputStream
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, ChannelConsumer<io.activej.bytebuf.ByteBuf>, io.activej.reactor.Reactive

public final class OfOutputStream extends AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
  • Field Details

  • Constructor Details

  • Method Details

    • doAccept

      protected io.activej.promise.Promise<Void> doAccept(@Nullable @Nullable io.activej.bytebuf.ByteBuf buf)
      Specified by:
      doAccept in class AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
    • onClosed

      protected void onClosed(Exception e)
      Overrides:
      onClosed in class io.activej.async.process.AbstractAsyncCloseable