| 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.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPerChannelEventLoopGroup
|
| Modifier and Type | Class and Description |
|---|---|
class |
OioEventLoopGroup
EventExecutorGroup which is used to handle OIO Channel's. |
Copyright © 2008–2013 The Netty Project. All rights reserved.