| 软件包 | 描述 |
|---|---|
| io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
| io.netty.channel.oio |
旧阻止基于I / O的通道API实现 - 建议用于少量连接(<1000)。
|
| Constructor and Description |
|---|
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
OioEventLoopGroup
EventLoopGroup这是用来处理OIO Channel的。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.