接口 Library.ChannelPool

所有已知实现类:
Library.CountingChannelPool
封闭类:
Library

static interface Library.ChannelPool
  • 方法详细资料

    • acquire

      @Nullable Channel acquire()
    • release

      boolean release(Channel p_83712_)
    • cleanup

      void cleanup()
    • getMaxCount

      int getMaxCount()
    • getUsedCount

      int getUsedCount()