Uses of Class
com.sshtools.synergy.nio.SelectorThread
Packages that use SelectorThread
-
Uses of SelectorThread in com.sshtools.synergy.nio
Fields in com.sshtools.synergy.nio declared as SelectorThreadMethods in com.sshtools.synergy.nio that return SelectorThreadModifier and TypeMethodDescriptionSocketConnection.getSelectorThread()SocketHandler.getSelectorThread()Get the selector thread this handler is connected to.SocketConnection.getThread()Get the selector thread for this connectionSelectorThreadPool.selectNextThread()Select the next available thread with the minimum load.Methods in com.sshtools.synergy.nio with parameters of type SelectorThreadModifier and TypeMethodDescriptionvoidSelectorThreadImpl.processSelectionKey(SelectionKey key, SelectorThread thread) Process a selection key.voidSshEngine.registerHandler(SocketHandler handler, SelectableChannel channel, SelectorThread thread) Register a socket handler with the daemon.voidSelectorRegistrationListener.registrationCompleted(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread) The registration completed and its selector added to an availableSelectorThreadvoidSocketConnection.registrationCompleted(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread) The sockets channel has completed registration.voidSocketConnection.setThread(SelectorThread thread) Set the selector thread for this connectionvoidSocketHandler.setThread(SelectorThread thread) Sets the selector thread this handler runs upon -
Uses of SelectorThread in com.sshtools.synergy.nio.ssl
Methods in com.sshtools.synergy.nio.ssl with parameters of type SelectorThreadModifier and TypeMethodDescriptionvoidSSLContextConnection.registrationCompleted(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread) This method is called once the socket is registered with a SelectorThread.voidSSLSocketConnection.registrationCompleted(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread) This method is called once the socket is registered with a SelectorThread. -
Uses of SelectorThread in com.sshtools.synergy.ssh
Fields in com.sshtools.synergy.ssh declared as SelectorThreadMethods in com.sshtools.synergy.ssh that return SelectorThreadMethods in com.sshtools.synergy.ssh with parameters of type SelectorThreadModifier and TypeMethodDescriptionvoidSocketForwardingChannel.registrationCompleted(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread) voidSocketForwardingChannel.setThread(SelectorThread thread) Sets the selector thread for this connection