Uses of Interface
org.apache.sshd.common.io.IoServiceEventListener
Packages that use IoServiceEventListener
Package
Description
-
Uses of IoServiceEventListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as IoServiceEventListenerModifier and TypeFieldDescriptionprivate IoServiceEventListenerAbstractFactoryManager.eventListenerMethods in org.apache.sshd.common.helpers that return IoServiceEventListenerMethods in org.apache.sshd.common.helpers with parameters of type IoServiceEventListenerModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setIoServiceEventListener(IoServiceEventListener listener) -
Uses of IoServiceEventListener in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io declared as IoServiceEventListenerModifier and TypeFieldDescriptionprivate IoServiceEventListenerAbstractIoServiceFactory.eventListenerMethods in org.apache.sshd.common.io that return IoServiceEventListenerModifier and TypeMethodDescriptionAbstractIoServiceFactory.getIoServiceEventListener()IoServiceEventListenerManager.getIoServiceEventListener()Methods in org.apache.sshd.common.io with parameters of type IoServiceEventListenerModifier and TypeMethodDescriptionvoidAbstractIoServiceFactory.setIoServiceEventListener(IoServiceEventListener listener) voidIoServiceEventListenerManager.setIoServiceEventListener(IoServiceEventListener listener) -
Uses of IoServiceEventListener in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as IoServiceEventListenerMethods in org.apache.sshd.common.io.nio2 that return IoServiceEventListenerMethods in org.apache.sshd.common.io.nio2 with parameters of type IoServiceEventListenerModifier and TypeMethodDescriptionvoidNio2Service.setIoServiceEventListener(IoServiceEventListener listener)