Class HandlerPublisher.ChannelSubscription

java.lang.Object
org.playframework.netty.HandlerPublisher.ChannelSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription
Enclosing class:
HandlerPublisher<T>

private class HandlerPublisher.ChannelSubscription extends Object implements org.reactivestreams.Subscription
  • Constructor Details

    • ChannelSubscription

      private ChannelSubscription()
  • Method Details

    • request

      public void request(long demand)
      Specified by:
      request in interface org.reactivestreams.Subscription
    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.reactivestreams.Subscription