类 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>
-
嵌套类概要
从接口继承的嵌套类/接口 reactor.core.Disposable
reactor.core.Disposable.Composite, reactor.core.Disposable.Swap -
字段概要
字段修饰符和类型字段说明private final WritableByteChannelprivate final reactor.core.publisher.FluxSink<DataBuffer> -
构造器概要
构造器构造器说明WritableByteChannelSubscriber(reactor.core.publisher.FluxSink<DataBuffer> sink, WritableByteChannel channel) -
方法概要
修饰符和类型方法说明reactor.util.context.Contextprotected voidprotected voidhookOnError(Throwable throwable) protected voidhookOnNext(DataBuffer dataBuffer) protected voidhookOnSubscribe(org.reactivestreams.Subscription subscription) 从类继承的方法 reactor.core.publisher.BaseSubscriber
cancel, dispose, hookFinally, hookOnCancel, isDisposed, onComplete, onError, onNext, onSubscribe, request, requestUnbounded, toString, upstream
-
字段详细资料
-
sink
-
channel
-
-
构造器详细资料
-
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
- 覆盖:
hookOnNext在类中reactor.core.publisher.BaseSubscriber<DataBuffer>
-
hookOnError
- 覆盖:
hookOnError在类中reactor.core.publisher.BaseSubscriber<DataBuffer>
-
hookOnComplete
protected void hookOnComplete()- 覆盖:
hookOnComplete在类中reactor.core.publisher.BaseSubscriber<DataBuffer>
-
currentContext
public reactor.util.context.Context currentContext()
-