9ed41db1d7
Motivation These implementations delegate most of their methods to an existing Handle and previously extended RecvByteBufAllocator.DelegatingHandle. This was reverted in #6322 with the introduction of ExtendedHandle but it's not clear to me why it needed to be - the code looks a lot cleaner. Modifications Have (Epoll|KQueue)RecvByteAllocatorHandle extend DelegatingHandle again, while still implementing ExtendedHandle. Result Less code. |
||
---|---|---|
.. | ||
main | ||
test/java/io/netty/channel/kqueue |