程序包 | 说明 |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
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.udt.nio |
UDT Transport for NIO Channels.
|
限定符和类型 | 方法和说明 |
---|---|
ChannelFactory<? extends C> |
AbstractBootstrapConfig.channelFactory()
Returns the configured
ChannelFactory or null if non is configured yet. |
限定符和类型 | 方法和说明 |
---|---|
B |
AbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory)
已过时。
|
限定符和类型 | 接口和说明 |
---|---|
interface |
ChannelFactory<T extends Channel>
Creates a new
Channel . |
限定符和类型 | 类和说明 |
---|---|
class |
ReflectiveChannelFactory<T extends Channel>
A
ChannelFactory that instantiates a new Channel by invoking its default constructor reflectively. |
限定符和类型 | 类和说明 |
---|---|
class |
NioUdtProvider<T extends UdtChannel>
已过时。
The UDT transport is no longer maintained and will be removed.
|