类 UndertowHttpHandlerAdapter.HandlerResultSubscriber

java.lang.Object
cn.taketoday.http.server.reactive.UndertowHttpHandlerAdapter.HandlerResultSubscriber
所有已实现的接口:
org.reactivestreams.Subscriber<Void>
封闭类:
UndertowHttpHandlerAdapter

private static class UndertowHttpHandlerAdapter.HandlerResultSubscriber extends Object implements org.reactivestreams.Subscriber<Void>
  • 字段详细资料

    • logPrefix

      private final String logPrefix
    • exchange

      private final io.undertow.server.HttpServerExchange exchange
  • 构造器详细资料

    • HandlerResultSubscriber

      public HandlerResultSubscriber(io.undertow.server.HttpServerExchange exchange, UndertowServerHttpRequest request)
  • 方法详细资料

    • onSubscribe

      public void onSubscribe(org.reactivestreams.Subscription subscription)
      指定者:
      onSubscribe 在接口中 org.reactivestreams.Subscriber<Void>
    • onNext

      public void onNext(Void aVoid)
      指定者:
      onNext 在接口中 org.reactivestreams.Subscriber<Void>
    • onError

      public void onError(Throwable ex)
      指定者:
      onError 在接口中 org.reactivestreams.Subscriber<Void>
    • onComplete

      public void onComplete()
      指定者:
      onComplete 在接口中 org.reactivestreams.Subscriber<Void>