| Class | Description |
|---|---|
| BetterFixedChannelPool |
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum
number of concurrent connections. |
| BetterFixedChannelPool.Builder | |
| ChannelUtils | |
| DelegatingChannelHandlerContext |
An abstract implementation of
ChannelHandlerContext that delegates to another
context for non-overridden methods. |
| ExceptionHandlingUtils | |
| NettyClientLogger |
Logger facade similar to
Logger, that also includes channel information in the message
when provided. |
| NettyUtils | |
| OrderedWriteChannelHandlerContext |
An implementation of
ChannelHandlerContext that ensures all writes are performed in the order they are invoked. |
| SocketChannelResolver |
| Enum | Description |
|---|---|
| BetterFixedChannelPool.AcquireTimeoutAction |
Copyright © 2022. All rights reserved.