Package com.linkedin.alpini.netty4.pool
Class FixedFastChannelPoolImpl.FixedPoolChannelGroup
- 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
-
- com.linkedin.alpini.netty4.pool.FixedFastChannelPoolImpl.FixedPoolChannelGroup
-
- 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>
- Enclosing class:
- FixedFastChannelPoolImpl
protected class FixedFastChannelPoolImpl.FixedPoolChannelGroup extends FastFixedChannelPool.PoolChannelGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FixedPoolChannelGroup(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
-
-
-
-
Method Detail
-
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interfacejava.util.Collection<io.netty.channel.Channel>
- Specified by:
remove
in interfacejava.util.Set<io.netty.channel.Channel>
- Overrides:
remove
in classFastFixedChannelPool.PoolChannelGroup
-
-