Uses of Interface
org.apache.sshd.common.io.IoServiceFactoryFactory
Packages that use IoServiceFactoryFactory
Package
Description
-
Uses of IoServiceFactoryFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as IoServiceFactoryFactoryModifier and TypeFieldDescriptionprotected IoServiceFactoryFactory
AbstractFactoryManager.ioServiceFactoryFactory
Methods in org.apache.sshd.common.helpers that return IoServiceFactoryFactoryMethods in org.apache.sshd.common.helpers with parameters of type IoServiceFactoryFactoryModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setIoServiceFactoryFactory
(IoServiceFactoryFactory ioServiceFactory) -
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoServiceFactoryFactoryModifier and TypeClassDescriptionclass
class
Fields in org.apache.sshd.common.io declared as IoServiceFactoryFactoryModifier and TypeFieldDescriptionprivate IoServiceFactoryFactory
DefaultIoServiceFactoryFactory.factory
Fields in org.apache.sshd.common.io with type parameters of type IoServiceFactoryFactoryModifier and TypeFieldDescriptionprivate final Class
<? extends IoServiceFactoryFactory> BuiltinIoServiceFactoryFactories.factoryClass
Methods in org.apache.sshd.common.io with type parameters of type IoServiceFactoryFactoryModifier and TypeMethodDescriptionstatic <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 IoServiceFactoryFactoryModifier and TypeMethodDescriptionfinal IoServiceFactoryFactory
BuiltinIoServiceFactoryFactories.create()
DefaultIoServiceFactoryFactory.getIoServiceProvider()
Methods in org.apache.sshd.common.io that return types with arguments of type IoServiceFactoryFactoryModifier and TypeMethodDescriptionfinal Class
<? extends IoServiceFactoryFactory> BuiltinIoServiceFactoryFactories.getFactoryClass()
Constructor parameters in org.apache.sshd.common.io with type arguments of type IoServiceFactoryFactoryModifierConstructorDescriptionprivate
BuiltinIoServiceFactoryFactories
(Class<? extends IoServiceFactoryFactory> clazz) -
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoServiceFactoryFactory