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 IoServiceFactoryFactoryAbstractFactoryManager.ioServiceFactoryFactoryMethods in org.apache.sshd.common.helpers that return IoServiceFactoryFactoryMethods in org.apache.sshd.common.helpers with parameters of type IoServiceFactoryFactoryModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setIoServiceFactoryFactory(IoServiceFactoryFactory ioServiceFactory) -
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoServiceFactoryFactoryModifier and TypeClassDescriptionclassclassFields in org.apache.sshd.common.io declared as IoServiceFactoryFactoryModifier and TypeFieldDescriptionprivate IoServiceFactoryFactoryDefaultIoServiceFactoryFactory.factoryFields in org.apache.sshd.common.io with type parameters of type IoServiceFactoryFactoryModifier and TypeFieldDescriptionprivate final Class<? extends IoServiceFactoryFactory> BuiltinIoServiceFactoryFactories.factoryClassMethods 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 IoServiceFactoryFactoryBuiltinIoServiceFactoryFactories.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 IoServiceFactoryFactoryModifierConstructorDescriptionprivateBuiltinIoServiceFactoryFactories(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