Uses of Enum
org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
Packages that use BuiltinIoServiceFactoryFactories
-
Uses of BuiltinIoServiceFactoryFactories in org.apache.sshd.cli
Fields in org.apache.sshd.cli declared as BuiltinIoServiceFactoryFactoriesModifier and TypeFieldDescriptionstatic final BuiltinIoServiceFactoryFactoriesCliSupport.DEFAULT_IO_SERVICE_FACTORYMethods in org.apache.sshd.cli that return BuiltinIoServiceFactoryFactoriesModifier and TypeMethodDescriptionCliSupport.resolveBuiltinIoServiceFactory(PrintStream stderr, String argName, String provider) CliSupport.resolveIoServiceFactory(PrintStream stderr, String... args) Scans the arguments for the "-io" command line option and sets the I/O service accordingly. -
Uses of BuiltinIoServiceFactoryFactories in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io with type parameters of type BuiltinIoServiceFactoryFactoriesModifier and TypeFieldDescriptionstatic final Set<BuiltinIoServiceFactoryFactories>BuiltinIoServiceFactoryFactories.VALUESMethods in org.apache.sshd.common.io that return BuiltinIoServiceFactoryFactoriesModifier and TypeMethodDescriptionBuiltinIoServiceFactoryFactories.fromFactoryClass(Class<?> clazz) BuiltinIoServiceFactoryFactories.fromFactoryName(String name) Returns the enum constant of this type with the specified name.static BuiltinIoServiceFactoryFactories[]BuiltinIoServiceFactoryFactories.values()Returns an array containing the constants of this enum type, in the order they are declared.