Package org.apache.hc.core5.reactor
Class IOWorkerSelectors.GenericSelector
- java.lang.Object
-
- org.apache.hc.core5.reactor.IOWorkerSelectors.GenericSelector
-
- All Implemented Interfaces:
IOWorkerSelector
- Enclosing class:
- IOWorkerSelectors
static final class IOWorkerSelectors.GenericSelector extends java.lang.Object implements IOWorkerSelector
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.atomic.AtomicIntegeridx
-
Constructor Summary
Constructors Constructor Description GenericSelector(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intselect(IOWorkerStats[] dispatchers)
-
-
-
Method Detail
-
select
public int select(IOWorkerStats[] dispatchers)
- Specified by:
selectin interfaceIOWorkerSelector
-
-