Uses of Interface
com.sshtools.synergy.nio.SelectorThreadImpl
Packages that use SelectorThreadImpl
-
Uses of SelectorThreadImpl in com.sshtools.synergy.nio
Constructors in com.sshtools.synergy.nio with parameters of type SelectorThreadImplModifierConstructorDescriptionSelectorThread(SelectorThreadPool pool, SelectorThreadImpl impl, boolean isPermanent, int maximumNumOfChannels, int id, int idleServicePeriod, int inactivePeriodsPerIdleEvent, SelectorProvider selectorProvider) Construct a new selector thread.SelectorThreadPool(SelectorThreadImpl impl, int permanentThreads, int maximumChannels, int idleServicePeriod, int inactivePeriodsPerIdleEvent, SelectorProvider selectorProvider) Construct a thread pool.