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 TypeClassDescriptionclassclassClasses in org.apache.sshd.common.io that implement interfaces with type arguments of type IoServiceFactoryFactoryMethods 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() -
Uses of IoServiceFactoryFactory in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoServiceFactoryFactory