Package org.apache.hc.core5.reactor
Interface IOWorkerStats
-
- All Known Implementing Classes:
SingleCoreIOReactor
@Internal public interface IOWorkerStats
Internal I/O dispatch stats that can be used byIOWorkerSelectorto select the best suited worker to get new I/O channels.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlastSelectMilli()intpendingChannelCount()inttotalChannelCount()
-