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
Fields in org.apache.sshd.common.helpers declared as IoServiceEventListener Modifier and Type Field Description private IoServiceEventListener
AbstractFactoryManager. eventListener
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
Fields in org.apache.sshd.common.io declared as IoServiceEventListener Modifier and Type Field Description private IoServiceEventListener
AbstractIoServiceFactory. eventListener
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
Fields in org.apache.sshd.common.io.nio2 declared as IoServiceEventListener Modifier and Type Field Description private IoServiceEventListener
Nio2Service. eventListener
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)
-