public interface RecvByteBufAllocator
Modifier and Type | Interface and Description |
---|---|
static class |
RecvByteBufAllocator.DelegatingHandle
A
RecvByteBufAllocator.Handle which delegates all call to some other RecvByteBufAllocator.Handle . |
static interface |
RecvByteBufAllocator.ExtendedHandle |
static interface |
RecvByteBufAllocator.Handle
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RecvByteBufAllocator.Handle |
newHandle()
Creates a new handle.
|
RecvByteBufAllocator.Handle newHandle()
Copyright © 2008–2017 The Netty Project. All rights reserved.