Uses of Interface
io.netty.channel.ChannelFutureListener

Packages that use ChannelFutureListener
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
A virtual Channel that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.
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.
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
Adds support for read and write timeout and idle connection notification using a Timer.