Package | Description |
---|---|
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.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Field and Description |
---|---|
private FutureListener<java.lang.Object> |
ThreadPerChannelEventLoopGroup.childTerminationListener |
Modifier and Type | Class and Description |
---|---|
private class |
FixedChannelPool.AcquireListener |
private class |
FixedChannelPool.AcquireTask |
Modifier and Type | Field and Description |
---|---|
private static FutureListener<AddressedEnvelope<DnsResponse,java.net.InetSocketAddress>> |
DnsNameResolverContext.RELEASE_RESPONSE |
Modifier and Type | Method and Description |
---|---|
private void |
DnsNameResolverContext.doSearchDomainQuery(int count,
FutureListener<T> listener) |
Modifier and Type | Class and Description |
---|---|
class |
UnaryPromiseNotifier<T> |