|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelFutureListener | |
|---|---|
| org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. |
| Uses of ChannelFutureListener in org.jboss.netty.channel |
|---|
| Subinterfaces of ChannelFutureListener in org.jboss.netty.channel | |
|---|---|
interface |
ChannelFutureProgressListener
Listens to the progress of a time-consuming I/O operation such as a large file transfer. |
| Fields in org.jboss.netty.channel declared as ChannelFutureListener | |
|---|---|
static ChannelFutureListener |
ChannelFutureListener.CLOSE
A ChannelFutureListener that closes the Channel which is
associated with the specified ChannelFuture. |
static ChannelFutureListener |
ChannelFutureListener.CLOSE_ON_FAILURE
A ChannelFutureListener that closes the Channel when the
operation ended up with a failure or cancellation rather than a success. |
| Methods in org.jboss.netty.channel with parameters of type ChannelFutureListener | |
|---|---|
void |
CompleteChannelFuture.addListener(ChannelFutureListener listener)
|
void |
DefaultChannelFuture.addListener(ChannelFutureListener listener)
|
void |
ChannelFuture.addListener(ChannelFutureListener listener)
Adds the specified listener to this future. |
void |
CompleteChannelFuture.removeListener(ChannelFutureListener listener)
|
void |
DefaultChannelFuture.removeListener(ChannelFutureListener listener)
|
void |
ChannelFuture.removeListener(ChannelFutureListener listener)
Removes the specified listener from this future. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||