Package com.linkedin.alpini.netty4.pool
Class FastFixedChannelPool.PoolChannelGroup
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<io.netty.channel.Channel>
-
- io.netty.channel.group.DefaultChannelGroup
-
- com.linkedin.alpini.netty4.pool.FastFixedChannelPool.PoolChannelGroup
-
- All Implemented Interfaces:
io.netty.channel.group.ChannelGroup
,java.lang.Comparable<io.netty.channel.group.ChannelGroup>
,java.lang.Iterable<io.netty.channel.Channel>
,java.util.Collection<io.netty.channel.Channel>
,java.util.Set<io.netty.channel.Channel>
- Direct Known Subclasses:
FixedFastChannelPoolImpl.FixedPoolChannelGroup
- Enclosing class:
- FastFixedChannelPool
protected class FastFixedChannelPool.PoolChannelGroup extends io.netty.channel.group.DefaultChannelGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PoolChannelGroup(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
remove(java.lang.Object o)
-
Methods inherited from class io.netty.channel.group.DefaultChannelGroup
add, clear, close, close, compareTo, contains, deregister, deregister, disconnect, disconnect, equals, find, flush, flush, flushAndWrite, flushAndWrite, hashCode, isEmpty, iterator, name, newCloseFuture, newCloseFuture, size, toArray, toArray, toString, write, write, write, writeAndFlush, writeAndFlush, writeAndFlush
-
-