Package | Description |
---|---|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.sctp.nio |
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
Class and Description |
---|
AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
AbstractNioChannel.AbstractNioUnsafe |
AbstractNioChannel.NioUnsafe
Special
Unsafe sub-type which allows to access the underlying SelectableChannel |
NioEventLoop
SingleThreadEventLoop implementation which register the Channel 's to a
Selector and so does the multi-plexing of these in the event loop. |
NioTask
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
Class and Description |
---|
AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
AbstractNioMessageChannel
AbstractNioChannel base class for Channel s that operate on messages. |
Class and Description |
---|
AbstractNioByteChannel
AbstractNioChannel base class for Channel s that operate on bytes. |
AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
AbstractNioChannel.AbstractNioUnsafe |
AbstractNioMessageChannel
AbstractNioChannel base class for Channel s that operate on messages. |
Class and Description |
---|
AbstractNioByteChannel
AbstractNioChannel base class for Channel s that operate on bytes. |
AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
AbstractNioMessageChannel
AbstractNioChannel base class for Channel s that operate on messages. |
Copyright © 2008–2018 The Netty Project. All rights reserved.