Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Method and Description |
---|---|
RecvByteBufAllocator.Handle |
RecvByteBufAllocator.newHandle()
Creates a new handle.
|
RecvByteBufAllocator.Handle |
AdaptiveRecvByteBufAllocator.newHandle() |
RecvByteBufAllocator.Handle |
FixedRecvByteBufAllocator.newHandle() |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.