| Class | Description |
|---|---|
| PreferCurrentEventLoopGroup |
This
EventLoopGroup can be used for clients that favors use of the "current" EventLoop for the
outbound connection. |
| RxDefaultThreadFactory | |
| RxEventLoopProvider |
A provider for netty's
EventLoopGroup to be used for RxNetty's clients and servers when they are not
provided explicitly. |
| RxJavaEventloopScheduler |
A scheduler that uses a provided
EventLoopGroup instance to schedule tasks. |
| RxJavaNettyBasedSchedulersHook |
A scheduler hook for RxJava, to override the computation scheduler, as retrieved via
Schedulers.computation(),
with a scheduler to use netty's EventLoopGroup. |
| SingleNioLoopProvider |
An implementation of
RxEventLoopProvider that returns the same EventLoopGroup instance for both
client and server. |