Class RecvByteBufAllocator.DelegatingHandle

java.lang.Object
io.netty.channel.RecvByteBufAllocator.DelegatingHandle
All Implemented Interfaces:
RecvByteBufAllocator.Handle
Direct Known Subclasses:
EpollRecvByteAllocatorHandle, KQueueRecvByteAllocatorHandle
Enclosing interface:
RecvByteBufAllocator

public static class RecvByteBufAllocator.DelegatingHandle extends Object implements RecvByteBufAllocator.Handle
A RecvByteBufAllocator.Handle which delegates all call to some other RecvByteBufAllocator.Handle.