|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelGroupFuture | |
|---|---|
| org.jboss.netty.channel.group | A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. |
| Uses of ChannelGroupFuture in org.jboss.netty.channel.group |
|---|
| Classes in org.jboss.netty.channel.group that implement ChannelGroupFuture | |
|---|---|
class |
DefaultChannelGroupFuture
The default ChannelGroupFuture implementation. |
| Methods in org.jboss.netty.channel.group that return ChannelGroupFuture | |
|---|---|
ChannelGroupFuture |
DefaultChannelGroupFuture.await()
|
ChannelGroupFuture |
ChannelGroupFuture.await()
Waits for this future to be completed. |
ChannelGroupFuture |
DefaultChannelGroupFuture.awaitUninterruptibly()
|
ChannelGroupFuture |
ChannelGroupFuture.awaitUninterruptibly()
Waits for this future to be completed without interruption. |
ChannelGroupFuture |
ChannelGroup.close()
Closes all Channels in this group. |
ChannelGroupFuture |
DefaultChannelGroup.close()
|
ChannelGroupFuture |
ChannelGroup.disconnect()
Disconnects all Channels in this group from their remote peers. |
ChannelGroupFuture |
DefaultChannelGroup.disconnect()
|
ChannelGroupFuture |
ChannelGroup.setInterestOps(int interestOps)
Calls Channel.setInterestOps(int) for all Channels in
this group with the specified interestOps. |
ChannelGroupFuture |
DefaultChannelGroup.setInterestOps(int interestOps)
|
ChannelGroupFuture |
ChannelGroup.setReadable(boolean readable)
Calls Channel.setReadable(boolean) for all Channels in
this group with the specified boolean flag. |
ChannelGroupFuture |
DefaultChannelGroup.setReadable(boolean readable)
|
ChannelGroupFuture |
ChannelGroup.unbind()
Unbinds all Channels in this group from their local address. |
ChannelGroupFuture |
DefaultChannelGroup.unbind()
|
ChannelGroupFuture |
ChannelGroup.write(java.lang.Object message)
Writes the specified message to all Channels in this
group. |
ChannelGroupFuture |
DefaultChannelGroup.write(java.lang.Object message)
|
ChannelGroupFuture |
ChannelGroup.write(java.lang.Object message,
java.net.SocketAddress remoteAddress)
Writes the specified message with the specified
remoteAddress to all Channels in this group. |
ChannelGroupFuture |
DefaultChannelGroup.write(java.lang.Object message,
java.net.SocketAddress remoteAddress)
|
| Methods in org.jboss.netty.channel.group with parameters of type ChannelGroupFuture | |
|---|---|
void |
ChannelGroupFutureListener.operationComplete(ChannelGroupFuture future)
Invoked when all I/O operations associated with the ChannelGroupFuture have been completed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||