软件包 | 描述 |
---|---|
io.netty.channel |
核心通道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
io.netty.channel.embedded |
虚拟 Channel ,帮助包装一系列处理程序来单元测试处理程序或在非I / O上下文中使用它们。
|
io.netty.channel.local |
一种虚拟传输,可在同一虚拟机中实现双方之间的通信。
|
io.netty.channel.nio |
基于
NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
|
io.netty.channel.oio |
旧阻止基于I / O的通道API实现 - 建议用于少量连接(<1000)。
|
io.netty.channel.rxtx |
基于
RXTX的串行和并行端口通信传输。
|
Modifier and Type | Method and Description |
---|---|
protected AbstractChannel.AbstractUnsafe |
AbstractServerChannel.newUnsafe() |
protected abstract AbstractChannel.AbstractUnsafe |
AbstractChannel.newUnsafe()
创建一个新的 AbstractChannel.AbstractUnsafe 实例,该实例将用于Channel 的生命周期
|
Modifier and Type | Method and Description |
---|---|
protected AbstractChannel.AbstractUnsafe |
EmbeddedChannel.newUnsafe() |
Modifier and Type | Method and Description |
---|---|
protected AbstractChannel.AbstractUnsafe |
LocalChannel.newUnsafe() |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractNioByteChannel.NioByteUnsafe |
protected class |
AbstractNioChannel.AbstractNioUnsafe |
Modifier and Type | Method and Description |
---|---|
protected AbstractChannel.AbstractUnsafe |
AbstractOioChannel.newUnsafe() |
Modifier and Type | Method and Description |
---|---|
protected AbstractChannel.AbstractUnsafe |
RxtxChannel.newUnsafe()
已过时。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.