Package org.playframework.netty
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ChannelSubscription
private ChannelSubscription()
-
-
Method Details
-
request
public void request(long demand) - Specified by:
request
in interfaceorg.reactivestreams.Subscription
-
cancel
public void cancel()- Specified by:
cancel
in interfaceorg.reactivestreams.Subscription
-