Package org.apache.hc.core5.reactor
Interface IOWorkerStats
Internal I/O dispatch stats that can be used by
IOWorkerSelector
to select the best suited worker to get new I/O channels.- Since:
- 5.4
-
Method Summary
Modifier and TypeMethodDescriptionlongintint
-
Method Details
-
totalChannelCount
int totalChannelCount() -
pendingChannelCount
int pendingChannelCount() -
lastSelectNano
long lastSelectNano()
-