Class ProxyPostProcessor<I>

  • All Implemented Interfaces:
    org.reactivestreams.Processor<I,​I>, org.reactivestreams.Publisher<I>, org.reactivestreams.Subscriber<I>, org.reactivestreams.Subscription

    public class ProxyPostProcessor<I>
    extends org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor<I,​I>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onNext​(I i)  
      static <I> org.reactivestreams.Publisher<I> postProcess​(org.reactivestreams.Publisher<I> publisher, java.util.function.BiConsumer<I,​java.lang.Throwable> postProcessor)  
      void subscribe​(org.reactivestreams.Subscriber<? super I> s)  
      • Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor

        cancel, downStream, downStreamOnNext, onComplete, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequest
      • Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher

        isCancelled, request, subscriber
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • onNext

        public void onNext​(I i)
      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super I> s)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<I>
        Overrides:
        subscribe in class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<I>
      • postProcess

        public static <I> org.reactivestreams.Publisher<I> postProcess​(org.reactivestreams.Publisher<I> publisher,
                                                                       java.util.function.BiConsumer<I,​java.lang.Throwable> postProcessor)