| 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.pool |
Implementations and API for
Channel pools. |
| io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
| Class and Description |
|---|
AbstractBootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. |
| AbstractBootstrapConfig
Exposes the configuration of an
AbstractBootstrap. |
| Bootstrap |
| BootstrapConfig
Exposes the configuration of a
Bootstrap. |
| ChannelFactory
Deprecated.
Use
ChannelFactory instead. |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
| ServerBootstrapConfig
Exposes the configuration of a
ServerBootstrapConfig. |
| Class and Description |
|---|
| ChannelFactory
Deprecated.
Use
ChannelFactory instead. |
| Class and Description |
|---|
| Bootstrap |
| Class and Description |
|---|
| ChannelFactory
Deprecated.
Use
ChannelFactory instead. |
Copyright © 2008–2017 The Netty Project. All rights reserved.