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 |
---|---|
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>
UDT NIO components provider:
Provides
ChannelFactory for UDT channels. |
Copyright © 2008–2015 The Netty Project. All rights reserved.