软件包 | 描述 |
---|---|
io.netty.bootstrap |
带有流畅API的助手类可以轻松实现典型的客户端和服务器端通道初始化。
|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输的抽象,如
NIO Channel 。
|
io.netty.channel.udt.nio |
用于NIO通道的UDT传输。
|
Modifier and Type | Method and Description |
---|---|
ChannelFactory<? extends C> |
AbstractBootstrapConfig.channelFactory()
如果尚未配置, 则返回已配置的 ChannelFactory 或null 。
|
Modifier and Type | Method and Description |
---|---|
B |
AbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory)
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelFactory<T extends Channel>
创建一个新的 Channel 。
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveChannelFactory<T extends Channel>
一个 ChannelFactory 实例化一个新Channel 通过反射性地调用它的默认构造函数。
|
Modifier and Type | Class and Description |
---|---|
class |
NioUdtProvider<T extends UdtChannel>
已过时。
UDT运输不再维护并将被移除。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.