Uses of Interface
org.apache.sshd.common.io.IoServiceFactory
-
Packages that use IoServiceFactory Package Description org.apache.sshd.common org.apache.sshd.common.helpers org.apache.sshd.common.io org.apache.sshd.common.io.nio2 -
-
Uses of IoServiceFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return IoServiceFactory Modifier and Type Method Description IoServiceFactoryFactoryManager. getIoServiceFactory() -
Uses of IoServiceFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as IoServiceFactory Modifier and Type Field Description protected IoServiceFactoryAbstractFactoryManager. ioServiceFactoryMethods in org.apache.sshd.common.helpers that return IoServiceFactory Modifier and Type Method Description IoServiceFactoryAbstractFactoryManager. getIoServiceFactory() -
Uses of IoServiceFactory in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoServiceFactory Modifier and Type Class Description classAbstractIoServiceFactoryMethods in org.apache.sshd.common.io that return IoServiceFactory Modifier and Type Method Description IoServiceFactoryDefaultIoServiceFactoryFactory. create(FactoryManager manager)IoServiceFactoryIoServiceFactoryFactory. create(FactoryManager manager) -
Uses of IoServiceFactory in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoServiceFactory Modifier and Type Class Description classNio2ServiceFactoryMethods in org.apache.sshd.common.io.nio2 that return IoServiceFactory Modifier and Type Method Description IoServiceFactoryNio2ServiceFactoryFactory. create(FactoryManager manager)
-