Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
Modifier and Type | Method and Description |
---|---|
RecvByteBufAllocator.Handle |
RecvByteBufAllocator.newHandle()
Creates a new handle.
|
RecvByteBufAllocator.Handle |
FixedRecvByteBufAllocator.newHandle() |
RecvByteBufAllocator.Handle |
AdaptiveRecvByteBufAllocator.newHandle() |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractEpollStreamChannel.SpliceInTask.spliceIn(FileDescriptor pipeOut,
RecvByteBufAllocator.Handle handle) |
Copyright © 2008–2018 The Netty Project. All rights reserved.