软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输的抽象,如
NIO Channel 。
|
io.netty.channel.embedded |
一个虚拟的 Channel ,帮助包装一系列处理程序来单元测试处理程序或在非I / O上下文中使用它们。
|
io.netty.channel.nio |
基于
NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractChannel.AbstractUnsafe
Unsafe 子类必须扩展和使用的实现。
|
Modifier and Type | Method and Description |
---|---|
Channel.Unsafe |
Channel.unsafe()
返回提供不安全操作
的仅供内部使用的对象。
|
Channel.Unsafe |
AbstractChannel.unsafe() |
Modifier and Type | Method and Description |
---|---|
Channel.Unsafe |
EmbeddedChannel.unsafe() |
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractNioChannel.NioUnsafe
特殊
Unsafe 子类型,它允许访问基础
SelectableChannel
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractNioByteChannel.NioByteUnsafe |
protected class |
AbstractNioChannel.AbstractNioUnsafe |
Copyright © 2008–2018 The Netty Project. All rights reserved.