Uses of Interface
org.apache.sshd.common.io.IoServiceEventListener
-
Packages that use IoServiceEventListener Package Description org.apache.sshd.common.helpers org.apache.sshd.common.io org.apache.sshd.common.io.nio2 -
-
Uses of IoServiceEventListener in org.apache.sshd.common.helpers
Methods in org.apache.sshd.common.helpers that return IoServiceEventListener Modifier and Type Method Description IoServiceEventListenerAbstractFactoryManager. getIoServiceEventListener()Methods in org.apache.sshd.common.helpers with parameters of type IoServiceEventListener Modifier and Type Method Description voidAbstractFactoryManager. setIoServiceEventListener(IoServiceEventListener listener) -
Uses of IoServiceEventListener in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoServiceEventListener Modifier and Type Method Description IoServiceEventListenerAbstractIoServiceFactory. getIoServiceEventListener()IoServiceEventListenerIoServiceEventListenerManager. getIoServiceEventListener()Methods in org.apache.sshd.common.io with parameters of type IoServiceEventListener Modifier and Type Method Description voidAbstractIoServiceFactory. setIoServiceEventListener(IoServiceEventListener listener)voidIoServiceEventListenerManager. setIoServiceEventListener(IoServiceEventListener listener) -
Uses of IoServiceEventListener in org.apache.sshd.common.io.nio2
Methods in org.apache.sshd.common.io.nio2 that return IoServiceEventListener Modifier and Type Method Description IoServiceEventListenerNio2Service. getIoServiceEventListener()Methods in org.apache.sshd.common.io.nio2 with parameters of type IoServiceEventListener Modifier and Type Method Description voidNio2Service. setIoServiceEventListener(IoServiceEventListener listener)
-