Uses of Interface
io.netty.util.concurrent.GenericFutureListener

Packages that use GenericFutureListener
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
Implementations and API for Channel pools.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
SSL · TLS implementation based on SSLEngine
Adds support for read and write timeout and idle connection notification using a Timer.
Resolves an arbitrary string that represents the name of an endpoint into an address.
Utility classes for concurrent / async tasks.