Class 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
      • Methods inherited from class java.util.AbstractSet

        removeAll
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, retainAll
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        addAll, containsAll, removeAll, retainAll, spliterator
    • Constructor Detail

      • FixedPoolChannelGroup

        protected FixedPoolChannelGroup​(java.lang.String name)
    • Method Detail

      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<io.netty.channel.Channel>
        Specified by:
        remove in interface java.util.Set<io.netty.channel.Channel>
        Overrides:
        remove in class FastFixedChannelPool.PoolChannelGroup