| Interface | Description |
|---|---|
| ChannelOperations<W> |
A list of user initiated operations that can be done on a channel.
|
| ConnectionInputSubscriberResetEvent |
This event is an indication that there will be multiple subscribers to the connection input stream.
|
| Class | Description |
|---|---|
| AbstractConnectionToChannelBridge<R,W> |
A bridge between a
Connection instance and the associated Channel. |
| AllocatingTransformer<T,TT> |
A transformer to be used for modifying the type of objects written on a
Connection. |
| AppendTransformerEvent<T,TT> |
An event to register a custom transformer of data written on a channel.
|
| BackpressureManagingHandler | |
| BackpressureManagingHandler.RequestReadIfRequiredEvent | |
| BytesInspector | |
| ChannelSubscriberEvent<R,W> |
An event to communicate the subscriber of a new channel created by
AbstractConnectionToChannelBridge. |
| Connection<R,W> |
An abstraction over netty's channel providing Rx APIs.
|
| ConnectionCreationFailedEvent |
An event to indicate to
AbstractConnectionToChannelBridge that the subscriber as published by
ChannelSubscriberEvent should be informed of a connection creation failure, instead of a new connection. |
| ConnectionImpl<R,W> |
An implementation of
Connection delegating all ChannelOperations methods to
DefaultChannelOperations. |
| ConnectionInputSubscriberEvent<R,W> |
An event to communicate the subscriber of the associated connection input stream created by
AbstractConnectionToChannelBridge. |
| ConnectionInputSubscriberReplaceEvent<R,W> |
This event is an indication to atomically replace existing connection input subscriber, if any, with another.
|
| ConnectionSubscriberEvent<R,W> |
An event to communicate the subscriber of a new connection created by
AbstractConnectionToChannelBridge. |
| ContentSource<T> |
A source for any content/data read from a channel.
|
| DefaultChannelOperations<W> |
Default implementation for
ChannelOperations. |
| DetachedChannelPipeline |
An implementation of
ChannelPipeline which is detached from a channel and provides a
DetachedChannelPipeline.addToChannel(Channel) method to be invoked when this pipeline handlers are to be added to an actual channel
pipeline. |
| DisposableContentSource<T> |
Similar to
ContentSource but supports multicast to multiple subscriptions. |
| EmitConnectionEvent |
An event to indicate to
AbstractConnectionToChannelBridge that the channel is ready to emit a new
Connection to the subscriber as published by ChannelSubscriberEvent |
| FlushSelectorOperator<T> | |
| MarkAwarePipeline |
An implementation of
ChannelPipeline that allows a mark-reset scheme for ChannelHandlers. |
| SubscriberToChannelFutureBridge |
A bridge to connect a
Subscriber to a ChannelFuture so that when the subscriber is
unsubscribed, the listener will get removed from the future. |
| WriteTransformations |
A holder for all transformations that are applied on a channel.
|
| WriteTransformer |
A
ChannelHandler that transforms objects written to this channel. |