R - Type read from the connection held by the event.W - Type written to the connection held by the event.public class ChannelSubscriberEvent<R,W>
extends java.lang.Object
AbstractConnectionToChannelBridge.
Connection is pooled, reuse should be indicated explicitly via
ConnectionInputSubscriberResetEvent. There can be multiple ConnectionInputSubscriberResetEvents
sent to the same channel and hence the same instance of AbstractConnectionToChannelBridge.| Constructor and Description |
|---|
ChannelSubscriberEvent(rx.Subscriber<? super io.netty.channel.Channel> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super io.netty.channel.Channel> |
getSubscriber() |