Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ChannelFactory<? extends C> |
AbstractBootstrapConfig.channelFactory()
Returns the configured
ChannelFactory or null if non is configured yet. |
Modifier and Type | Method and Description |
---|---|
B |
AbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelFactory<T extends Channel>
Creates a new
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveChannelFactory<T extends Channel>
A
ChannelFactory that instantiates a new Channel by invoking its default constructor reflectively. |
Modifier and Type | Class and Description |
---|---|
class |
NioUdtProvider<T extends UdtChannel>
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.