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 protectedFixedPoolChannelGroup(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanremove(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:
removein interfacejava.util.Collection<io.netty.channel.Channel>- Specified by:
removein interfacejava.util.Set<io.netty.channel.Channel>- Overrides:
removein classFastFixedChannelPool.PoolChannelGroup
-
-