| Package | Description |
|---|---|
| org.jboss.netty.bootstrap |
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
|
| org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| org.jboss.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
| org.jboss.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| Modifier and Type | Field and Description |
|---|---|
private DefaultChannelFuture |
ServerBootstrap.Binder.bindFuture |
| Modifier and Type | Class and Description |
|---|---|
private class |
AbstractChannel.ChannelCloseFuture |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelRunnableWrapper |
| Modifier and Type | Class and Description |
|---|---|
private class |
SslHandler.SSLEngineInboundCloseFuture |