org.reactivestreams.Processor<I,O>, org.reactivestreams.Publisher<I>, org.reactivestreams.Subscriber<I>BufferingProcessor, DiscardingProcessor, PublisherContent, ResponseListenerPublisherpublic abstract class AbstractSingleProcessor<I,O> extends AbstractSinglePublisher<O> implements org.reactivestreams.Processor<I,O>
| Constructor | Description |
|---|---|
AbstractSingleProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel() |
|
protected org.reactivestreams.Subscriber<? super O> |
downStream() |
|
void |
onComplete() |
|
void |
onError(Throwable throwable) |
|
protected void |
onFailure(Throwable failure) |
|
protected void |
onRequest(long n) |
|
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
|
protected org.reactivestreams.Subscription |
upStream() |
request, subscribe, subscriberprotected org.reactivestreams.Subscriber<? super O> downStream()
protected void onFailure(Throwable failure)
onFailure in class AbstractSinglePublisher<O>public void cancel()
cancel in class AbstractSinglePublisher<O>protected void onRequest(long n)
onRequest in class AbstractSinglePublisher<O>public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<I>protected org.reactivestreams.Subscription upStream()
public void onError(Throwable throwable)
onError in interface org.reactivestreams.Subscriber<I>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<I>Copyright © 2017 The Jetty Project. All rights reserved.