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 IoServiceEventListener
AbstractFactoryManager. getIoServiceEventListener()
Methods in org.apache.sshd.common.helpers with parameters of type IoServiceEventListener Modifier and Type Method Description void
AbstractFactoryManager. 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 IoServiceEventListener
AbstractIoServiceFactory. getIoServiceEventListener()
IoServiceEventListener
IoServiceEventListenerManager. getIoServiceEventListener()
Methods in org.apache.sshd.common.io with parameters of type IoServiceEventListener Modifier and Type Method Description void
AbstractIoServiceFactory. setIoServiceEventListener(IoServiceEventListener listener)
void
IoServiceEventListenerManager. 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 IoServiceEventListener
Nio2Service. getIoServiceEventListener()
Methods in org.apache.sshd.common.io.nio2 with parameters of type IoServiceEventListener Modifier and Type Method Description void
Nio2Service. setIoServiceEventListener(IoServiceEventListener listener)
-