Uses of Interface
org.apache.sshd.common.io.IoServiceFactoryFactory
-
Packages that use IoServiceFactoryFactory Package Description org.apache.sshd.common.helpers org.apache.sshd.common.io org.apache.sshd.common.io.nio2 -
-
Uses of IoServiceFactoryFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as IoServiceFactoryFactory Modifier and Type Field Description protected IoServiceFactoryFactory
AbstractFactoryManager. ioServiceFactoryFactory
Methods in org.apache.sshd.common.helpers that return IoServiceFactoryFactory Modifier and Type Method Description IoServiceFactoryFactory
AbstractFactoryManager. getIoServiceFactoryFactory()
Methods in org.apache.sshd.common.helpers with parameters of type IoServiceFactoryFactory Modifier and Type Method Description void
AbstractFactoryManager. setIoServiceFactoryFactory(IoServiceFactoryFactory ioServiceFactory)
-
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoServiceFactoryFactory Modifier and Type Class Description class
AbstractIoServiceFactoryFactory
class
DefaultIoServiceFactoryFactory
Methods in org.apache.sshd.common.io with type parameters of type IoServiceFactoryFactory Modifier and Type Method Description static <T extends IoServiceFactoryFactory>
TDefaultIoServiceFactoryFactory. newInstance(Class<T> clazz)
static <T extends IoServiceFactoryFactory>
TDefaultIoServiceFactoryFactory. newInstance(Class<T> clazz, String factory)
static <T extends IoServiceFactoryFactory>
TDefaultIoServiceFactoryFactory. tryLoad(String propName, ServiceLoader<T> loader)
Methods in org.apache.sshd.common.io that return IoServiceFactoryFactory Modifier and Type Method Description IoServiceFactoryFactory
BuiltinIoServiceFactoryFactories. create()
IoServiceFactoryFactory
DefaultIoServiceFactoryFactory. getIoServiceProvider()
Methods in org.apache.sshd.common.io that return types with arguments of type IoServiceFactoryFactory Modifier and Type Method Description Class<? extends IoServiceFactoryFactory>
BuiltinIoServiceFactoryFactories. getFactoryClass()
-
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoServiceFactoryFactory Modifier and Type Class Description class
Nio2ServiceFactoryFactory
-