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 IoServiceEventListener
AbstractFactoryManager.eventListener
Methods in org.apache.sshd.common.helpers that return IoServiceEventListenerMethods in org.apache.sshd.common.helpers with parameters of type IoServiceEventListenerModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setIoServiceEventListener
(IoServiceEventListener listener) -
Uses of IoServiceEventListener in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io declared as IoServiceEventListenerModifier and TypeFieldDescriptionprivate IoServiceEventListener
AbstractIoServiceFactory.eventListener
Methods 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 TypeMethodDescriptionvoid
AbstractIoServiceFactory.setIoServiceEventListener
(IoServiceEventListener listener) void
IoServiceEventListenerManager.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 TypeMethodDescriptionvoid
Nio2Service.setIoServiceEventListener
(IoServiceEventListener listener)