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 |
---|---|
void |
ChannelOutboundBuffer.forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor processor)
Call
processMessage(Object) for each flushed message
in this ChannelOutboundBuffer until processMessage(Object)
returns false or there are no more flushed messages to process. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IovArray
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more
array copies.
|
(package private) class |
NativeDatagramPacketArray
Support sendmmsg(...) on linux with GLIBC 2.14+
|