Interface Library.ChannelPool
- All Known Implementing Classes:
Library.CountingChannelPool
- Enclosing class:
Library
private static interface Library.ChannelPool
-
Method Details
-
acquire
@Nullable Channel acquire() -
release
-
cleanup
void cleanup() -
getMaxCount
int getMaxCount() -
getUsedCount
int getUsedCount()
-