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 IoServiceFactoryFactoryAbstractFactoryManager. ioServiceFactoryFactoryMethods in org.apache.sshd.common.helpers that return IoServiceFactoryFactory Modifier and Type Method Description IoServiceFactoryFactoryAbstractFactoryManager. getIoServiceFactoryFactory()Methods in org.apache.sshd.common.helpers with parameters of type IoServiceFactoryFactory Modifier and Type Method Description voidAbstractFactoryManager. 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 classAbstractIoServiceFactoryFactoryclassDefaultIoServiceFactoryFactoryMethods in org.apache.sshd.common.io with type parameters of type IoServiceFactoryFactory Modifier and Type Method Description static <T extends IoServiceFactoryFactory>
TDefaultIoServiceFactoryFactory. newInstance(Class<? extends T> clazz, String factory)static <T extends IoServiceFactoryFactory>
TDefaultIoServiceFactoryFactory. newInstance(Class<T> clazz)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 IoServiceFactoryFactoryBuiltinIoServiceFactoryFactories. create()IoServiceFactoryFactoryDefaultIoServiceFactoryFactory. 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 classNio2ServiceFactoryFactory
-