See: Description
| Interface | Description |
|---|---|
| AbstractNioChannel.NioUnsafe | |
| NioTask<C extends SelectableChannel> |
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
| Class | Description |
|---|---|
| AbstractNioChannel | |
| NioDatagramChannel |
Provides an NIO based
DatagramChannel. |
| NioEventLoop |
SingleThreadEventLoop implementation which register the Channel's to a
Selector and so does the multi-plexing of these in the event loop. |
| NioEventLoopGroup | |
| NioSctpChannel | |
| NioSctpServerChannel | |
| NioServerSocketChannel | |
| NioSocketChannel |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.