Uses of Interface
org.jboss.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 channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
 
Encoder, decoder, handshakers and their related message types for Web Socket data 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.