Uses of Interface
org.jboss.netty.channel.group.ChannelGroupFuture
-
Packages that use ChannelGroupFuture Package Description org.jboss.netty.channel.group A channel registry which helps a user maintain the list of openChannels 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 Modifier and Type Class Description classDefaultChannelGroupFutureThe defaultChannelGroupFutureimplementation.Methods in org.jboss.netty.channel.group that return ChannelGroupFuture Modifier and Type Method Description ChannelGroupFutureChannelGroupFuture. await()Waits for this future to be completed.ChannelGroupFutureDefaultChannelGroupFuture. await()ChannelGroupFutureChannelGroupFuture. awaitUninterruptibly()Waits for this future to be completed without interruption.ChannelGroupFutureDefaultChannelGroupFuture. awaitUninterruptibly()ChannelGroupFutureChannelGroup. close()Closes allChannels in this group.ChannelGroupFutureDefaultChannelGroup. close()ChannelGroupFutureChannelGroup. disconnect()Disconnects allChannels in this group from their remote peers.ChannelGroupFutureDefaultChannelGroup. disconnect()ChannelGroupFutureChannelGroup. setInterestOps(int interestOps)ChannelGroupFutureDefaultChannelGroup. setInterestOps(int interestOps)ChannelGroupFutureChannelGroup. setReadable(boolean readable)CallsChannel.setReadable(boolean)for allChannels in this group with the specified boolean flag.ChannelGroupFutureDefaultChannelGroup. setReadable(boolean readable)ChannelGroupFutureChannelGroup. unbind()Unbinds allChannels in this group from their local address.ChannelGroupFutureDefaultChannelGroup. unbind()ChannelGroupFutureChannelGroup. write(java.lang.Object message)Writes the specifiedmessageto allChannels in this group.ChannelGroupFutureChannelGroup. write(java.lang.Object message, java.net.SocketAddress remoteAddress)ChannelGroupFutureDefaultChannelGroup. write(java.lang.Object message)ChannelGroupFutureDefaultChannelGroup. write(java.lang.Object message, java.net.SocketAddress remoteAddress)Methods in org.jboss.netty.channel.group with parameters of type ChannelGroupFuture Modifier and Type Method Description voidChannelGroupFutureListener. operationComplete(ChannelGroupFuture future)Invoked when all I/O operations associated with theChannelGroupFuturehave been completed.
-