Interface | Description |
---|---|
ChannelWriter<O> |
An interface to capture how one can write on a channel.
|
ConnectionHandler<I,O> | |
ContentTransformer<S> |
A contract to transform a java object to
ByteBuf to be used for writing the object on netty's channel. |
Handler<IN,OUT> | |
ObservableConnectionFactory<I,O> |
Class | Description |
---|---|
AbstractConnectionEvent<T extends ObservableConnection> | |
ByteTransformer |
A simple implementation of
ContentTransformer to convert a byte array to ByteBuf |
ChannelMetricEventProvider |
An
ObservableConnection and the underlying netty channel is the same irrespective of whether it is used by
the client or the server. |
DefaultChannelWriter<O> | |
IdentityTransformer |
An identity transformer that returns the passed
ByteBuf |
NewRxConnectionEvent |
Fired whenever a new
ObservableConnection instance is created. |
NoOpChannelMetricEventProvider |
An implementation of
ChannelMetricEventProvider that does not do anything. |
NoOpChannelMetricEventProvider.NoOpMetricEventsSubject | |
ObservableConnection<I,O> |
An observable connection for connection oriented protocols.
|
RxDefaultThreadFactory | |
RxEventLoopProvider |
A provider for netty's
EventLoopGroup to be used for RxNetty's clients and servers when they are not
provided explicitly. |
SingleNioLoopProvider |
An implementation of
RxEventLoopProvider that returns the same EventLoopGroup instance for both
client and server. |
SingleNioLoopProvider.SharedNioEventLoopGroup | |
StringTransformer | |
UnpooledConnectionFactory<I,O> |
A factory to create
ObservableConnection s |