类 DataBufferUtils.WritableByteChannelSubscriber

java.lang.Object
reactor.core.publisher.BaseSubscriber<DataBuffer>
cn.taketoday.core.io.buffer.DataBufferUtils.WritableByteChannelSubscriber
所有已实现的接口:
org.reactivestreams.Subscriber<DataBuffer>, org.reactivestreams.Subscription, reactor.core.CoreSubscriber<DataBuffer>, reactor.core.Disposable
封闭类:
DataBufferUtils

private static class DataBufferUtils.WritableByteChannelSubscriber extends reactor.core.publisher.BaseSubscriber<DataBuffer>
  • 字段详细资料

  • 构造器详细资料

    • WritableByteChannelSubscriber

      public WritableByteChannelSubscriber(reactor.core.publisher.FluxSink<DataBuffer> sink, WritableByteChannel channel)
  • 方法详细资料

    • hookOnSubscribe

      protected void hookOnSubscribe(org.reactivestreams.Subscription subscription)
      覆盖:
      hookOnSubscribe 在类中 reactor.core.publisher.BaseSubscriber<DataBuffer>
    • hookOnNext

      protected void hookOnNext(DataBuffer dataBuffer)
      覆盖:
      hookOnNext 在类中 reactor.core.publisher.BaseSubscriber<DataBuffer>
    • hookOnError

      protected void hookOnError(Throwable throwable)
      覆盖:
      hookOnError 在类中 reactor.core.publisher.BaseSubscriber<DataBuffer>
    • hookOnComplete

      protected void hookOnComplete()
      覆盖:
      hookOnComplete 在类中 reactor.core.publisher.BaseSubscriber<DataBuffer>
    • currentContext

      public reactor.util.context.Context currentContext()