Interface Library.ChannelPool

All Known Implementing Classes:
Library.CountingChannelPool
Enclosing class:
Library

static interface Library.ChannelPool
  • Method Details

    • acquire

      @Nullable Channel acquire()
    • release

      boolean release(Channel p_83712_)
    • cleanup

      void cleanup()
    • getMaxCount

      int getMaxCount()
    • getUsedCount

      int getUsedCount()